Rename work laptop Ronin -> Tone
This commit is contained in:
parent
cd04a4aa67
commit
be12b97580
|
@ -131,15 +131,15 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# Work
|
# Work
|
||||||
"elitherl@Ronin" = home-manager.lib.homeManagerConfiguration {
|
"elitherl@Tone" = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||||
modules = defaultModules {
|
modules = defaultModules {
|
||||||
username = "elitherl";
|
username = "elitherl";
|
||||||
hostname = "Ronin";
|
hostname = "Tone";
|
||||||
};
|
};
|
||||||
extraSpecialArgs = defaultExtraSpecialArgs {
|
extraSpecialArgs = defaultExtraSpecialArgs {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
hostname = "Ronin";
|
hostname = "Tone";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"elitherl@Scorch" = home-manager.lib.homeManagerConfiguration {
|
"elitherl@Scorch" = home-manager.lib.homeManagerConfiguration {
|
||||||
|
|
|
@ -5,7 +5,10 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [./default.nix];
|
imports = [./default.nix];
|
||||||
home.packages = [(pkgs.writeShellScriptBin "ukaea-vpn-connect" "sudo ${pkgs.openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")];
|
home.packages = [
|
||||||
|
pkgs.freecad
|
||||||
|
(pkgs.writeShellScriptBin "ukaea-vpn-connect" "sudo ${pkgs.openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")
|
||||||
|
];
|
||||||
programs.git.userEmail = config.accounts.email.accounts.outlook.address;
|
programs.git.userEmail = config.accounts.email.accounts.outlook.address;
|
||||||
accounts.email.accounts = {
|
accounts.email.accounts = {
|
||||||
proton.primary = lib.mkForce false;
|
proton.primary = lib.mkForce false;
|
Reference in a new issue