Rename work laptop Ronin -> Monarch

This commit is contained in:
Evie Litherland-Smith 2024-12-06 11:24:41 +00:00
parent 402d9f84d2
commit dcbe3a204d
3 changed files with 2 additions and 2 deletions

View file

@ -61,11 +61,11 @@
};
modules = [ ./system/default.nix ];
};
Ronin = nixpkgs.lib.nixosSystem {
Monarch = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs;
username = "elitherl";
hostName = "Ronin";
hostName = "Monarch";
};
modules = [ ./system/default.nix ];
};