mirror of
https://github.com/elitak/nixos-infect
synced 2025-03-14 13:46:59 +00:00
Added config.
This commit is contained in:
parent
da36e628f5
commit
e8ef9d1bab
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue