Tweak order of git service
This commit is contained in:
@@ -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" [
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/sda";
|
||||
device = "/dev/disk/by-uuid/fd2d8348-d52a-4859-80b6-4308b2e9cc22";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user