Skip to content

Commit

Permalink
🔧 temp untill I get ride of X entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Jan 10, 2024
1 parent 1966c3b commit e6cf740
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions hosts/shared/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,27 @@ in
networkmanager.enable = true;
firewall.enable = false;
};

security = {
sudo.enable = true;
};
security.pam.services.swaylock = {
text = ''
auth include login
'';
pam.services = {
greetd = {
gnupg.enable = true;
enableGnomeKeyring = true;
};

login = {
enableGnomeKeyring = true;
gnupg = {
enable = true;
noAutostart = true;
storeOnly = true;
};
};

swaylock.text = "auth include login";
};

polkit.enable = true;
};
services.blueman = {
enable = true;
Expand Down Expand Up @@ -164,8 +178,7 @@ in
services.tailscale = {
enable = true;
};
# services.mullvad-vpn.enable = true;
security.polkit.enable = true;

nix = {
settings = {
experimental-features = [ "nix-command" "flakes" ];
Expand Down

0 comments on commit e6cf740

Please sign in to comment.