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 | |
parent | b70a1426322f6a0347e40d78fa3a7976f419f6fa (diff) | |
download | nixfiles-cc7973d4c118f6322c78336c0ec9eda91d247195.tar.lz nixfiles-cc7973d4c118f6322c78336c0ec9eda91d247195.tar.zst nixfiles-cc7973d4c118f6322c78336c0ec9eda91d247195.zip |
replace mba with marvin
-rw-r--r-- | flake.nix | 8 | ||||
-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 |