hardening

This commit is contained in:
Sergei Poljanski 2026-01-13 07:07:17 +02:00
commit 5cbce68d88
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
3 changed files with 41 additions and 6 deletions

View file

@ -14,6 +14,7 @@
./modules/shell.nix
./modules/programs.nix
./modules/wireguard.nix
./modules/security.nix
];
# This value determines the NixOS release from which the default
@ -22,5 +23,6 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "25.11";
}