Update flake.nix

This commit is contained in:
Aaron Honeycutt 2024-01-16 18:04:31 +00:00
parent 382e91c92e
commit 152c7875a7

View file

@ -21,7 +21,8 @@
_module.args.disks = [ "/dev/vda" ];
}
./hardware-configuration.nix
];
};
"dev-one" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
@ -44,7 +45,7 @@
];
};
({config, pkgs, ...}: {
{config, pkgs, ...}: {
nix = {
settings.auto-optimise-store = true;
settings.experimental-features = [ "nix-command" "flakes" ];
@ -105,9 +106,7 @@
stateVersion = "23.11";
autoUpgrade.enable = true;
};
})
];
};
};
};
};
};
}