diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-24 20:17:40 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-24 20:17:40 +0100 |
| commit | d4a13cef791e5c73bc5bc63f26dc20c7e6b76415 (patch) | |
| tree | 688d39e14fbe9fb1c82b16792b67bcf7b5151152 | |
| parent | 275eefe46e448544fb51a5ea326dcbf989575242 (diff) | |
Added kronos configurationREWRITING
| -rw-r--r-- | hosts/kronos/configuration.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hosts/kronos/configuration.nix b/hosts/kronos/configuration.nix index e69de29..2696949 100644 --- a/hosts/kronos/configuration.nix +++ b/hosts/kronos/configuration.nix @@ -0,0 +1,15 @@ +{ + lib, + pkgs, + ... +}: { + imports = [ + ./hardware-configuration.nix + ../../common.nix + ]; + + networking = { + hostName = "kronos"; + networkmanager.enable = true; + }; +} |
