add nix to chmura's profile

This commit is contained in:
jacekpoz 2024-05-03 17:40:38 +02:00
parent 7b61252f9a
commit 301155ccae
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 1 additions and 11 deletions

View file

@ -16,17 +16,6 @@ in {
time.timeZone = "Europe/Warsaw";
nix.settings = {
experimental-features = [
"flakes"
"nix-command"
];
trusted-users = [
"root"
username
];
};
users.users.${username} = {
extraGroups = [ "docker" ];
};

View file

@ -2,5 +2,6 @@ _: {
imports = [
../../options/common/btrfs-scrub.nix
../../options/common/disable-nano.nix
../../options/common/nix.nix
];
}