diff --git a/.xinitrc.jobb b/.xinitrc.jobb index 814895b..cdd6355 100755 --- a/.xinitrc.jobb +++ b/.xinitrc.jobb @@ -10,7 +10,7 @@ if command -v dbus-update-activation-environment >/dev/null 2>&1; then fi xrdb -merge ~/.Xresources -setxkbmap -option caps:swapescape +# setxkbmap -option caps:swapescape feh --bg-scale ~/nix/wallpapers/inverted.png diff --git a/maskiner/jobb/configuration.nix b/maskiner/jobb/configuration.nix index ad2c2c6..edf4902 100644 --- a/maskiner/jobb/configuration.nix +++ b/maskiner/jobb/configuration.nix @@ -17,12 +17,12 @@ networking.hostName = myhostname; - # services.k3s = { - # enable = true; - # role = "server"; - # token = "supersupersecretkey"; - # clusterInit = true; - # }; + services.k3s = { + enable = true; + role = "server"; + token = "supersupersecretkey"; + clusterInit = true; + }; # services = { # syncthing = {