a
This commit is contained in:
parent
f6a4f0994c
commit
bba71a19c8
|
@ -1,7 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:{
|
|
||||||
# systemd.timers."nix-auto-upgrade" = {
|
# systemd.timers."nix-auto-upgrade" = {
|
||||||
# wantedBy = ["timers.target"];
|
# wantedBy = ["timers.target"];
|
||||||
# timerConfig = {
|
# timerConfig = {
|
||||||
|
@ -15,7 +12,7 @@
|
||||||
script = ''
|
script = ''
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
${pkgs.git}/bin/git pull && \
|
${pkgs.git}/bin/git pull && \
|
||||||
${pkgs.nixos-rebuild}/bin/nixos-rebuild switch --flake .#$(cat /etc/hostname)
|
${pkgs.nixos-rebuild}/bin/nixos-rebuild switch --flake .#$(cat /etc/hostname)
|
||||||
|
|
||||||
${pkgs.curl}/bin/curl \
|
${pkgs.curl}/bin/curl \
|
||||||
|
@ -31,4 +28,4 @@
|
||||||
WorkingDirectory = /etc/nixos/nixos-config;
|
WorkingDirectory = /etc/nixos/nixos-config;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,7 @@ in {
|
||||||
|
|
||||||
../../common/components/de/plasma5.nix
|
../../common/components/de/plasma5.nix
|
||||||
|
|
||||||
|
../../common/services/autoupgrade.nix
|
||||||
../../common/services/syncthing.nix
|
../../common/services/syncthing.nix
|
||||||
../../common/services/nix-gc.nix
|
../../common/services/nix-gc.nix
|
||||||
|
|
||||||
|
|
|
@ -25,15 +25,16 @@ in {
|
||||||
|
|
||||||
../../common/components/de/sddm.nix
|
../../common/components/de/sddm.nix
|
||||||
../../common/components/de/plasma6.nix
|
../../common/components/de/plasma6.nix
|
||||||
../../common/components/de/hyprland.nix
|
# ../../common/components/de/hyprland.nix
|
||||||
|
|
||||||
../../common/programs/steam.nix
|
../../common/programs/steam.nix
|
||||||
|
|
||||||
../../common/services/auditd.nix
|
../../common/services/auditd.nix
|
||||||
../../common/services/nix-gc.nix
|
../../common/services/nix-gc.nix
|
||||||
../../common/services/adguardhome.nix
|
../../common/services/adguardhome.nix
|
||||||
../../common/services/syncthing.nix
|
../../common/services/syncthing.nix
|
||||||
../../common/services/usbguard.nix
|
../../common/services/usbguard.nix
|
||||||
|
|
||||||
../../common/services/autoupgrade.nix
|
../../common/services/autoupgrade.nix
|
||||||
|
|
||||||
../../modules/nixos/vedirect-reader.nix
|
../../modules/nixos/vedirect-reader.nix
|
||||||
|
@ -80,7 +81,6 @@ in {
|
||||||
# Needed to build enry
|
# Needed to build enry
|
||||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
inputs.tildefriends.packages.${system}.default
|
inputs.tildefriends.packages.${system}.default
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue