mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 18:11:55 -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 = {
|
environment.variables.GDK_SCALE = "2";
|
||||||
FLAKE = lib.mkForce "github:alyraffauf/nixcfg/24.11";
|
|
||||||
GDK_SCALE = "2";
|
|
||||||
};
|
|
||||||
|
|
||||||
networking.hostName = "lavaridge";
|
networking.hostName = "lavaridge";
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|
||||||
|
|
|
@ -97,11 +97,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables.GDK_SCALE = "1.25";
|
||||||
FLAKE = lib.mkForce "github:alyraffauf/nixcfg/24.11";
|
|
||||||
GDK_SCALE = "1.25";
|
|
||||||
};
|
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
zramSwap.memoryPercent = 100;
|
zramSwap.memoryPercent = 100;
|
||||||
|
|
||||||
|
|
|
@ -53,10 +53,7 @@ in {
|
||||||
pkgs.lutris
|
pkgs.lutris
|
||||||
];
|
];
|
||||||
|
|
||||||
variables = {
|
variables.GDK_SCALE = "2";
|
||||||
FLAKE = lib.mkForce "github:alyraffauf/nixcfg/24.11";
|
|
||||||
GDK_SCALE = "2";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.pulseaudio.enable = lib.mkForce false;
|
hardware.pulseaudio.enable = lib.mkForce false;
|
||||||
|
|
|
@ -37,11 +37,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables.GDK_SCALE = "2";
|
||||||
FLAKE = lib.mkForce "github:alyraffauf/nixcfg/24.11";
|
|
||||||
GDK_SCALE = "2";
|
|
||||||
};
|
|
||||||
|
|
||||||
networking.hostName = "petalburg";
|
networking.hostName = "petalburg";
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
|
Loading…
Reference in a new issue