Tweak order of git service

This commit is contained in:
Greg Hellings
2024-10-29 18:17:06 +00:00
parent e86354a545
commit 30fac0f9b9
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -23,6 +23,10 @@ in
networking.firewall.allowedTCPPorts = [ sshPort ];
systemd.services.haproxy = {
after = [ "sys-devices-virtual-net-tailscale0.device" ];
};
services.haproxy = {
enable = true;
config = builtins.concatStringsSep "\n" [
+1 -1
View File
@@ -22,7 +22,7 @@
boot.extraModulePackages = [ ];
fileSystems."/" = {
device = "/dev/sda";
device = "/dev/disk/by-uuid/fd2d8348-d52a-4859-80b6-4308b2e9cc22";
fsType = "ext4";
};