add nix to chmura's profile
This commit is contained in:
parent
7b61252f9a
commit
301155ccae
2 changed files with 1 additions and 11 deletions
|
@ -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" ];
|
||||
};
|
||||
|
|
|
@ -2,5 +2,6 @@ _: {
|
|||
imports = [
|
||||
../../options/common/btrfs-scrub.nix
|
||||
../../options/common/disable-nano.nix
|
||||
../../options/common/nix.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue