summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.nix8
-rw-r--r--system/marvin.nix (renamed from system/mba.nix)4
-rw-r--r--user/marvin.nix (renamed from user/mba.nix)0
3 files changed, 4 insertions, 8 deletions
diff --git a/flake.nix b/flake.nix
index 4f754cc7..8dad9fa1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -111,18 +111,18 @@
           ./system/linde.nix
         ];
       };
-      darwinConfigurations.mba = darwin.lib.darwinSystem {
+      darwinConfigurations.marvin = darwin.lib.darwinSystem {
         system = utils.lib.system.aarch64-darwin;
         specialArgs = { inherit inputs; };
         modules = [
-          ./system/mba.nix
+          ./system/marvin.nix
           personal.darwinModules.caddy
         ];
       };
-      homeConfigurations."alan@mba" = mkHomeConfiguration {
+      homeConfigurations."alan@marvin" = mkHomeConfiguration {
         system = utils.lib.system.aarch64-darwin;
         modules = [
-          ./user/mba.nix
+          ./user/marvin.nix
           nix-index-database.hmModules.nix-index
           (secrets + "/default.nix")
           (secrets + "/ssh.nix")
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";
diff --git a/user/mba.nix b/user/marvin.nix
index b76bdd74..b76bdd74 100644
--- a/user/mba.nix
+++ b/user/marvin.nix