This commit is contained in:
tristan 2023-04-15 14:28:48 +01:00
parent e2e55dfa73
commit 0cc6c5a6b9
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@
home.stateVersion = "22.05"; home.stateVersion = "22.05";
home.packages = with pkgs; [ home.packages = with pkgs; [
sbctl
]; ];
programs.git = { programs.git = {

View file

@ -14,6 +14,8 @@
networking.firewall.allowedTCPPorts = [ ]; networking.firewall.allowedTCPPorts = [ ];
system.stateVersion = "22.11"; # do not change system.stateVersion = "22.11"; # do not change
boot.bootspec.enable = true;
} }