Rename work laptop Ronin -> Tone
This commit is contained in:
parent
f3f51985a9
commit
dd9d76ca70
|
@ -87,11 +87,11 @@
|
|||
};
|
||||
};
|
||||
## Work
|
||||
Ronin = nixpkgs.lib.nixosSystem rec {
|
||||
Tone = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = defaultSpecialArgs {inherit system;};
|
||||
modules = defaultModules {
|
||||
hostName = "Ronin";
|
||||
hostName = "Tone";
|
||||
primaryUser = "elitherl";
|
||||
loginShell = "zsh";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue