mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-07 01:59:13 +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 = {
|
||||
trusted-users = [ "root" "@wheel" ];
|
||||
auto-optimise-store = lib.mkDefault true;
|
||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
warn-dirty = false;
|
||||
system-features = [ "kvm" "big-parallel" "nixos-test" ];
|
||||
flake-registry = "";
|
||||
|
|
|
@ -20,6 +20,6 @@ in {
|
|||
};
|
||||
|
||||
home-manager.users.john =
|
||||
import ../../../../home/${config.networking.hostName}.nix;
|
||||
import ../../../../home/hosts/${config.networking.hostName}.nix;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue