Rename work laptop Ronin -> Tone

This commit is contained in:
Evie Litherland-Smith 2024-05-20 07:10:25 +01:00
parent f3f51985a9
commit dd9d76ca70
3 changed files with 2 additions and 2 deletions

View file

@ -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";
}; };