Initial commit of flake-based NixOS config for the whole haus
This commit is contained in:
11
modules/common/nix.nix
Normal file
11
modules/common/nix.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
nix.extraOptions = ''
|
||||
trusted-users = root user
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user