hosts/artemis: configure wifi
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m21s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m21s
This commit is contained in:
@@ -30,7 +30,7 @@ in
|
|||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostId = "4f9a2b7e";
|
hostId = "4f9a2b7e";
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = mkForce false;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh.settings.PermitRootLogin = mkForce "prohibit-password";
|
services.openssh.settings.PermitRootLogin = mkForce "prohibit-password";
|
||||||
@@ -61,9 +61,15 @@ in
|
|||||||
repoPath = "ssh://neafzrj7@neafzrj7.repo.borgbase.com/./repo";
|
repoPath = "ssh://neafzrj7@neafzrj7.repo.borgbase.com/./repo";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
system.desktop = {
|
system = {
|
||||||
gnome.enable = lib.mkForce false;
|
wireless = {
|
||||||
hyprland.enable = true;
|
enable = true;
|
||||||
|
interfaces = [ "wlp8s0" ];
|
||||||
|
};
|
||||||
|
desktop = {
|
||||||
|
gnome.enable = lib.mkForce false;
|
||||||
|
hyprland.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user