diff --git a/justfile b/justfile deleted file mode 100644 index ab466bb..0000000 --- a/justfile +++ /dev/null @@ -1,4 +0,0 @@ - -try-again: - nix flake update amarth-customer-portal - nix flake check --all-systems --show-trace \ No newline at end of file diff --git a/modules/home/themes/default.nix b/modules/home/themes/default.nix index f69e2bb..276e850 100644 --- a/modules/home/themes/default.nix +++ b/modules/home/themes/default.nix @@ -31,7 +31,7 @@ in { base16Scheme = "${pkgs.base16-schemes}/share/themes/${cfg.theme}.yaml"; image = ./${cfg.theme}.jpg; polarity = cfg.polarity; - targets.qt.platform = mkDefault "kde"; + targets.qt.platform = mkDefault "kde6"; fonts = { serif = { diff --git a/systems/x86_64-linux/ulmo/default.nix b/systems/x86_64-linux/ulmo/default.nix index 0f3ac1c..4d1c4ab 100644 --- a/systems/x86_64-linux/ulmo/default.nix +++ b/systems/x86_64-linux/ulmo/default.nix @@ -5,16 +5,6 @@ ./hardware.nix ]; - networking.interfaces.enp2s0 = { - ipv6.addresses = [ - { address = "2a0d:6e00:1dc9:0::dead:beef"; prefixLength = 64; } - ]; - - ipv4.addresses = [ - { address = "192.168.1.3"; prefixLength = 16; } - ]; - }; - sneeuwvlok = { services = { authentication.authelia.enable = true;