feat: Added both deploy-rs configurations

This commit is contained in:
uttarayan21
2024-11-19 02:46:18 +05:30
parent 5abcc34039
commit 0914aac6e1
3 changed files with 4 additions and 5 deletions

View File

@@ -9,9 +9,7 @@
./mirai.nix
./docker.nix
];
security = {
security.sudo.wheelNeedsPassword = false;
};
security.sudo.wheelNeedsPassword = false;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;

View File

@@ -9,6 +9,7 @@
];
security = {
sudo.wheelNeedsPassword = false;
polkit.enable = true;
pam.services.greetd.enableGnomeKeyring = true;
rtkit.enable = true;