diff options
-rw-r--r-- | hosts/vidhar/network/bifrost/default.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/hosts/vidhar/network/bifrost/default.nix b/hosts/vidhar/network/bifrost/default.nix index 5f96ffbd..ec354f81 100644 --- a/hosts/vidhar/network/bifrost/default.nix +++ b/hosts/vidhar/network/bifrost/default.nix | |||
@@ -86,17 +86,5 @@ in { | |||
86 | format = "binary"; | 86 | format = "binary"; |
87 | sopsFile = ./vidhar.priv; | 87 | sopsFile = ./vidhar.priv; |
88 | }; | 88 | }; |
89 | |||
90 | systemd.services."bifrost-dscp" = { | ||
91 | wantedBy = ["sys-subsystem-net-devices-bifrost.device"]; | ||
92 | after = ["sys-subsystem-net-devices-bifrost.device"]; | ||
93 | bindsTo = ["sys-subsystem-net-devices-bifrost.device"]; | ||
94 | |||
95 | serviceConfig = { | ||
96 | Type = "oneshot"; | ||
97 | ExecStart = "${pkgs.preserve-dscp}/bin/preserve-dscp bifrost ens3"; | ||
98 | ExecStop = "${pkgs.preserve-dscp}/bin/preserve-dscp bifrost ens3 --unload"; | ||
99 | }; | ||
100 | }; | ||
101 | }; | 89 | }; |
102 | } | 90 | } |