mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 15:51:54 -05:00
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
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:
parent
d95adae953
commit
c78654815d
|
@ -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";
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue