Re-add nixedo as a media server
This commit is contained in:
parent
ec7efcba47
commit
ba50ef37c5
11 changed files with 276 additions and 3 deletions
13
flake.nix
13
flake.nix
|
@ -72,6 +72,19 @@
|
|||
];
|
||||
};
|
||||
|
||||
nixedo = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = specialArgs // {
|
||||
headless = true;
|
||||
hostname = "nixedo";
|
||||
};
|
||||
|
||||
modules = [
|
||||
agenix.nixosModules.default
|
||||
|
||||
./nix/hosts/nixedo
|
||||
];
|
||||
};
|
||||
|
||||
t490 = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = specialArgs // {
|
||||
hostname = "t490";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue