2
0
Fork 1
mirror of https://github.com/elitak/nixos-infect synced 2025-03-14 13:46:59 +00:00

Added config.

This commit is contained in:
samoht9277 2024-02-07 15:22:03 -03:00
parent da36e628f5
commit e8ef9d1bab
No known key found for this signature in database
GPG key ID: 612AC42768391756

View file

@ -40,11 +40,14 @@ makeConf() {
# Deduplicate and optimize nix store
auto-optimise-store = true;
};
boot.cleanTmpDir = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
zramSwap.enable = false;
networking.hostName = "$(hostname -s)";
time.timeZone = "America/Argentina/Buenos_Aires";
users.extraUsers.admin = {
isNormalUser = true;
createHome = true;