mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-23 16:24:39 +00:00
nixos updates/fixes
This commit is contained in:
parent
1a8a7c0366
commit
9d3cfebd73
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
trusted-users = [ "root" "@wheel" ];
|
trusted-users = [ "root" "@wheel" ];
|
||||||
auto-optimise-store = lib.mkDefault true;
|
auto-optimise-store = lib.mkDefault true;
|
||||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
warn-dirty = false;
|
warn-dirty = false;
|
||||||
system-features = [ "kvm" "big-parallel" "nixos-test" ];
|
system-features = [ "kvm" "big-parallel" "nixos-test" ];
|
||||||
flake-registry = "";
|
flake-registry = "";
|
||||||
|
|
|
@ -20,6 +20,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.john =
|
home-manager.users.john =
|
||||||
import ../../../../home/${config.networking.hostName}.nix;
|
import ../../../../home/hosts/${config.networking.hostName}.nix;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue