fix: fucking nullstar service errors
This commit is contained in:
parent
2cc3c91941
commit
55ec6a9fab
4 changed files with 5 additions and 7 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
mkNixosHost = hostName:
|
mkNixosHost = hostName:
|
||||||
nixpkgs.lib.nixosSystem {
|
nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
specialArgs = { inherit inputs; };
|
||||||
modules = [
|
modules = [
|
||||||
impermanence.nixosModules.impermanence
|
impermanence.nixosModules.impermanence
|
||||||
./hosts/${hostName}/configuration.nix
|
./hosts/${hostName}/configuration.nix
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
preload = /home/xory/wallpaper.jpg
|
preload = /home/xory/wallpaper.png
|
||||||
wallpaper = ,/home/xory/wallpaper.jpg
|
wallpaper = ,/home/xory/wallpaper.png
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,6 @@
|
||||||
|
|
||||||
# Use latest kernel.
|
# Use latest kernel.
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
systemd.services.home-manager-xory.enable = false;
|
|
||||||
|
|
||||||
environment.persistence."/persistent" = {
|
environment.persistence."/persistent" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
|
|
@ -27,6 +24,7 @@
|
||||||
"/var/log"
|
"/var/log"
|
||||||
"/var/lib/bluetooth"
|
"/var/lib/bluetooth"
|
||||||
"/var/lib/nixos"
|
"/var/lib/nixos"
|
||||||
|
"/var/lib/libvirt"
|
||||||
"/var/lib/ollama-models"
|
"/var/lib/ollama-models"
|
||||||
"/etc/NetworkManager/system-connections"
|
"/etc/NetworkManager/system-connections"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@
|
||||||
slurp
|
slurp
|
||||||
input-leap
|
input-leap
|
||||||
viber
|
viber
|
||||||
|
hyprpolkitagent
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
@ -90,7 +91,5 @@
|
||||||
programs.wofi.enable = true;
|
programs.wofi.enable = true;
|
||||||
services.dunst.enable = true;
|
services.dunst.enable = true;
|
||||||
|
|
||||||
services.hyprpolkitagent.enable = true;
|
|
||||||
|
|
||||||
home.stateVersion = "25.05";
|
home.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue