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