valkyrie: add new host + some changes

This commit is contained in:
2023-06-07 00:53:21 +02:00
parent 975a580cf8
commit 23c8980f68
10 changed files with 250 additions and 37 deletions
+2 -3
View File
@@ -5,13 +5,12 @@ in
{
options.materus.profile.nix.enable = materusPkgs.lib.mkBoolOpt false "Enable materus nix settings";
config.nix = lib.mkIf cfg.enable {
package = pkgs.nixVersions.unstable;
package = lib.mkDefault pkgs.nixVersions.unstable;
settings = {
experimental-features = [ "nix-command" "flakes" "repl-flake" "no-url-literals" ];
auto-optimise-store = true;
trusted-users = [ "root" "@wheel" ];
substituters = [
"https://nix-community.cachix.org"