ljdsalslkjdsalk
This commit is contained in:
parent
d9b8bd008e
commit
6943c46b3e
|
@ -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
|
||||
|
|
|
@ -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"];
|
||||
|
|
Loading…
Reference in New Issue