diff --git a/flake.nix b/flake.nix index fe8ec38..0324d2a 100644 --- a/flake.nix +++ b/flake.nix @@ -142,7 +142,8 @@ #garp = mkConfig "garp" "pbsds.net" "x86_64-linux" (with nm; [ common-pc common-pc-ssd common-cpu-intel common-gpu-nvidia-nonprime ]); #garp = mkConfig "garp" "pbsds.net" "x86_64-linux" (with nm; [ common-pc common-pc-ssd common-cpu-intel common-gpu-nvidia ]); garp = mkConfig "garp" "pbsds.net" "x86_64-linux" (with nm; [ common-pc common-pc-ssd common-cpu-intel ]); - #gomperud smattkuken skrytebiffen skalkesnerken balleby brumlebasse + #gomperud smattkuken skrytebiffen skalkesnerken balleby brumlebasse bingus skjrlaltatjlstad + #Bergjlot Snortheimsmoen Ditlefsen Skrukkerud Podebusk Zmaragd Makrell Alfnes Blix Urke Eple Hasselknippe Pytte Uddu Imdorf Rosenqvist }; homeConfigurations = forAllSystems ({ pkgs, flakes, ... }: let diff --git a/profiles/web/services/microbin.nix b/profiles/web/services/microbin.nix index 66f485c..0adce51 100644 --- a/profiles/web/services/microbin.nix +++ b/profiles/web/services/microbin.nix @@ -10,6 +10,8 @@ let in { + # TODO: use the module instead come 23.11 + systemd.services.microbin = { description = "Microbin - pastebin and url shortener"; wantedBy = ["multi-user.target"];