Rename work laptop Ronin -> Monarch
This commit is contained in:
parent
402d9f84d2
commit
dcbe3a204d
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue