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