summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-11-11 22:12:59 +0100
committerAlan Pearce2024-11-11 22:12:59 +0100
commitcc7973d4c118f6322c78336c0ec9eda91d247195 (patch)
treeb3b61129cff5a840538a5ac6d877d7face34ca37 /system
parentb70a1426322f6a0347e40d78fa3a7976f419f6fa (diff)
downloadnixfiles-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";