virtualization

This commit is contained in:
2026-09-12 12:15:04 -05:00
parent c6d1c3d75c
commit fbc6be2648
2 changed files with 4 additions and 3 deletions
+3
View File
@@ -221,10 +221,13 @@
];
};
virtualisation.incus.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
networking.firewall.enable = true;
networking.nftables.enable = true;
# INITIAL system version
system.stateVersion = "24.11";
+1 -3
View File
@@ -10,9 +10,7 @@
gpr = "git pull --rebase";
gl = "git log";
shypr = "start-hyprland";
nixrb = "sudo nixos-rebuild switch --flake";
hscon = "rcon -H 192.168.8.182 -p 25575 -P 'CHANGE_THIS_SECRET'";
nixrb = "sudo nixos-rebuild switch --flake .#$hostname";
};
functions = {