hosts: remove FLAKE overrides
Some checks failed
nix-build / default-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / pacifidlog-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-build / slateport-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled

This commit is contained in:
Aly Raffauf 2024-10-14 23:35:13 -04:00
parent d95adae953
commit c78654815d
4 changed files with 4 additions and 19 deletions

View file

@ -36,11 +36,7 @@
};
};
environment.variables = {
FLAKE = lib.mkForce "github:alyraffauf/nixcfg/24.11";
GDK_SCALE = "2";
};
environment.variables.GDK_SCALE = "2";
networking.hostName = "lavaridge";
system.stateVersion = "24.05";

View file

@ -97,11 +97,7 @@ in {
};
};
environment.variables = {
FLAKE = lib.mkForce "github:alyraffauf/nixcfg/24.11";
GDK_SCALE = "1.25";
};
environment.variables.GDK_SCALE = "1.25";
system.stateVersion = "24.05";
zramSwap.memoryPercent = 100;

View file

@ -53,10 +53,7 @@ in {
pkgs.lutris
];
variables = {
FLAKE = lib.mkForce "github:alyraffauf/nixcfg/24.11";
GDK_SCALE = "2";
};
variables.GDK_SCALE = "2";
};
hardware.pulseaudio.enable = lib.mkForce false;

View file

@ -37,11 +37,7 @@
};
};
environment.variables = {
FLAKE = lib.mkForce "github:alyraffauf/nixcfg/24.11";
GDK_SCALE = "2";
};
environment.variables.GDK_SCALE = "2";
networking.hostName = "petalburg";
nixpkgs.overlays = [