move acme stuff and remove sudo clause

This commit is contained in:
Osman Faruk Bayram 2025-07-27 16:38:26 +03:00
parent e9483582df
commit 73f111f11c
2 changed files with 4 additions and 12 deletions

View file

@ -40,18 +40,6 @@
pkgs.raspberrypi-eeprom
];
security.sudo = {
enable = true;
wheelNeedsPassword = false;
};
security.acme.defaults = {
email = "osmanfbayram@gmail.com";
acceptTerms = true;
};
# services.getty.autologinUser = "osbm";
# The board and wanted kernel version
raspberry-pi-nix = {
board = "bcm2712";

View file

@ -57,6 +57,10 @@
};
security.acme.acceptTerms = true;
security.acme.defaults = {
email = "osbm@osbm.dev";
acceptTerms = true;
};
})
];