This commit is contained in:
Annika Merris 2024-09-09 20:49:05 -04:00
parent d3856a8236
commit d72827957d
2 changed files with 1 additions and 2 deletions

View file

@ -51,7 +51,6 @@ inputs.nixpkgs.lib.nixosSystem {
time.timeZone = "America/New_York";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
system.stateVersion = "23.11";
home-manager.backupFileExtension = "backup";