feat(spacestation): new spacestation NAS host
This commit is contained in:
18
flake.nix
18
flake.nix
@@ -195,6 +195,24 @@
|
||||
]
|
||||
++ commonModules;
|
||||
};
|
||||
"spacestation" = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
pkgs-unstable = import nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
config.allowUnfreePredicate = _: true;
|
||||
};
|
||||
inherit inputs self;
|
||||
};
|
||||
modules =
|
||||
[
|
||||
./hosts/spacestation/configuration.nix
|
||||
./home/worm/configuration.nix
|
||||
{users.users."guz".openssh.authorizedKeys.keyFiles = [./.ssh/spacestation.pub];}
|
||||
]
|
||||
++ commonModules;
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations = forAllSystems ({
|
||||
|
||||
Reference in New Issue
Block a user