remove useless secrets

This commit is contained in:
William 2025-06-08 21:17:52 -03:00
parent ab6b2a57e9
commit 08ea280ad2
6 changed files with 10 additions and 55 deletions

View file

@ -10,6 +10,14 @@
# Common configuration
{
services = {
tailscale = {
enable = true;
extraUpFlags = [ "--operator=user" ];
};
openssh = {
enable = true;
settings.PermitRootLogin = "no";
};
fwupd.enable = true;
fstrim.enable = true;
};