nixos-config/hosts/jupiter/default.nix

25 lines
348 B
Nix

{ ... }:
{
imports = [
./boot
./disko
./filesystems
./hardware
./jovian
./services
];
system = {
nixos.tags = [
"pc"
"gaming"
"production"
"school"
];
stateVersion = "24.11";
};
deployment.targetHost = "5ce:969c:40d1:9575:f5e:591d:c377:a20b";
jovian.steam.enable = true;
}