Compare commits
No commits in common. "8c6fe96e598a115c42e37d7d694cd977e13472a8" and "e55ec9c32380fe872ed977aa065e6d69e3c6d74b" have entirely different histories.
8c6fe96e59
...
e55ec9c323
3 changed files with 1 additions and 15 deletions
4
justfile
4
justfile
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
try-again:
|
||||
nix flake update amarth-customer-portal
|
||||
nix flake check --all-systems --show-trace
|
||||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue