mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
change wsl hostname to sirius
This commit is contained in:
@ -103,10 +103,10 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
wsl = nixpkgs.lib.nixosSystem {
|
sirius = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {inherit inputs outputs username;};
|
specialArgs = {inherit inputs outputs username;};
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/wsl
|
./hosts/sirius
|
||||||
|
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
@ -115,7 +115,7 @@
|
|||||||
home-manager.extraSpecialArgs = {inherit inputs outputs username;};
|
home-manager.extraSpecialArgs = {inherit inputs outputs username;};
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
imports = [
|
imports = [
|
||||||
./hosts/wsl/home.nix
|
./hosts/sirius/home.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
useWindowsDriver = true;
|
useWindowsDriver = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "wsl";
|
networking.hostName = "sirius";
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
ssh.startAgent = true;
|
ssh.startAgent = true;
|
Reference in New Issue
Block a user