diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-03-10 22:45:41 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-03-10 22:45:41 +0100 |
commit | 4242ccee399a3204b656025afee5390c09925e94 (patch) | |
tree | f6563406cdd540062a0ece5c4c540d0a9cf5572f /hosts/vidhar/network/bifrost/default.nix | |
parent | 3466b54cd09a105721251932caae78b9a091858d (diff) | |
download | nixos-4242ccee399a3204b656025afee5390c09925e94.tar nixos-4242ccee399a3204b656025afee5390c09925e94.tar.gz nixos-4242ccee399a3204b656025afee5390c09925e94.tar.bz2 nixos-4242ccee399a3204b656025afee5390c09925e94.tar.xz nixos-4242ccee399a3204b656025afee5390c09925e94.zip |
Revert "vidhar: bifrost dscp"
This reverts commit 3466b54cd09a105721251932caae78b9a091858d.
Diffstat (limited to 'hosts/vidhar/network/bifrost/default.nix')
-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 | } |