feat(spacestation): new spacestation NAS host

This commit is contained in:
Guz
2026-06-02 14:52:44 -03:00
parent c7b161906a
commit cab024bf54
10 changed files with 315 additions and 3 deletions

View File

@@ -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 ({