diff options
author | Alan Pearce | 2024-11-11 22:12:59 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-11 22:12:59 +0100 |
commit | cc7973d4c118f6322c78336c0ec9eda91d247195 (patch) | |
tree | b3b61129cff5a840538a5ac6d877d7face34ca37 /system | |
parent | b70a1426322f6a0347e40d78fa3a7976f419f6fa (diff) | |
download | nixfiles-cc7973d4c118f6322c78336c0ec9eda91d247195.tar.lz nixfiles-cc7973d4c118f6322c78336c0ec9eda91d247195.tar.zst nixfiles-cc7973d4c118f6322c78336c0ec9eda91d247195.zip |
replace mba with marvin
Diffstat (limited to 'system')
-rw-r--r-- | system/marvin.nix (renamed from system/mba.nix) | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/system/mba.nix b/system/marvin.nix index ede4542d..68caa190 100644 --- a/system/mba.nix +++ b/system/marvin.nix @@ -10,10 +10,6 @@ group = "wheel"; }; - networking = { - hostName = "mba"; - }; - services.activate-system.enable = true; environment.variables.LANG = "en_GB.UTF-8"; |