allow unfree software
This commit is contained in:
@@ -6,14 +6,7 @@
|
||||
./hardware-configuration.nix
|
||||
../../users/blake/blake.nix
|
||||
../../modules/system/system.nix
|
||||
# ../../modules/system/ssh.nix
|
||||
# ../../modules/system/docker.nix
|
||||
# ../../modules/system/syncthing.nix
|
||||
# ../../modules/system/tailscale.nix
|
||||
../../modules/homelab/homelab.nix
|
||||
# ../../modules/homelab/zfs.nix
|
||||
# ../../modules/homelab/smb.nix
|
||||
# ../../modules/homelab/nfs.nix
|
||||
];
|
||||
|
||||
modules = {
|
||||
@@ -22,7 +15,7 @@
|
||||
docker.enable = true;
|
||||
syncthing.enable = true;
|
||||
tailscale.enable = true;
|
||||
#nvidia.enable = true;
|
||||
nvidia.enable = false;
|
||||
};
|
||||
homelab = {
|
||||
zfs.enable = true;
|
||||
@@ -59,6 +52,9 @@
|
||||
btop
|
||||
];
|
||||
|
||||
# allow proprietary packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# enable flakes
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user