backup
This commit is contained in:
@@ -83,7 +83,6 @@
|
|||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/darkgui-vps/configuration.nix
|
./hosts/darkgui-vps/configuration.nix
|
||||||
nyx-loner.nixosModules.default
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -21,11 +21,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
chaotic.nyx = {
|
|
||||||
cache.enable = true;
|
|
||||||
overlay.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
nix.package = pkgs.lixPackageSets.stable.lix;
|
nix.package = pkgs.lixPackageSets.stable.lix;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,10 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
<<<<<<< HEAD
|
||||||
kernelPackages = pkgs.linux_cachyos-server;
|
kernelPackages = pkgs.linux_cachyos-server;
|
||||||
|
=======
|
||||||
|
>>>>>>> 8c424e69b85789b646939b1787e64e7cb8e5a341
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
efi = {
|
efi = {
|
||||||
|
|||||||
Reference in New Issue
Block a user