diff --git a/hosts/chmura/configuration.nix b/hosts/chmura/configuration.nix index 3e7cd0a..81b8b8d 100644 --- a/hosts/chmura/configuration.nix +++ b/hosts/chmura/configuration.nix @@ -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" ]; }; diff --git a/hosts/chmura/profile.nix b/hosts/chmura/profile.nix index aa50ed9..cc473ac 100644 --- a/hosts/chmura/profile.nix +++ b/hosts/chmura/profile.nix @@ -2,5 +2,6 @@ _: { imports = [ ../../options/common/btrfs-scrub.nix ../../options/common/disable-nano.nix + ../../options/common/nix.nix ]; }