Made the configuration more modular

This commit is contained in:
2025-05-05 23:07:10 +02:00
parent 20ddcd892a
commit 3acb880866
7 changed files with 29 additions and 112 deletions

View File

@@ -5,5 +5,11 @@
./boot.nix
./nvidia.nix
./services.nix
./virtualisation.nix
./networking.nix
];
networking.hostName = "katana"; # Define your hostname.
system.stateVersion = "24.05"; # Did you read the comment?
}