Compare commits

..

No commits in common. "8c6fe96e598a115c42e37d7d694cd977e13472a8" and "e55ec9c32380fe872ed977aa065e6d69e3c6d74b" have entirely different histories.

3 changed files with 1 additions and 15 deletions

View file

@ -1,4 +0,0 @@
try-again:
nix flake update amarth-customer-portal
nix flake check --all-systems --show-trace

View file

@ -31,7 +31,7 @@ in {
base16Scheme = "${pkgs.base16-schemes}/share/themes/${cfg.theme}.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/${cfg.theme}.yaml";
image = ./${cfg.theme}.jpg; image = ./${cfg.theme}.jpg;
polarity = cfg.polarity; polarity = cfg.polarity;
targets.qt.platform = mkDefault "kde"; targets.qt.platform = mkDefault "kde6";
fonts = { fonts = {
serif = { serif = {

View file

@ -5,16 +5,6 @@
./hardware.nix ./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 = { sneeuwvlok = {
services = { services = {
authentication.authelia.enable = true; authentication.authelia.enable = true;