diff options
Diffstat (limited to 'hosts/kansai/configuration.nix')
| -rw-r--r-- | hosts/kansai/configuration.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hosts/kansai/configuration.nix b/hosts/kansai/configuration.nix new file mode 100644 index 0000000..d4a3ff1 --- /dev/null +++ b/hosts/kansai/configuration.nix @@ -0,0 +1,13 @@ +{ self, ... }: +{ + imports = [ + ./hardware-configuration.nix + "${self}/modules/core" + "${self}/modules/desktop" + "${self}/modules/options" + "${self}/modules/pc" + ]; + + networking.hostName = "kansai"; + system.stateVersion = "24.05"; +} |