summaryrefslogtreecommitdiff
path: root/hosts/sif
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sif')
-rw-r--r--hosts/sif/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index 570c5df1..b436542f 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -448,11 +448,6 @@ in {
448 448
449 systemd.tmpfiles.settings = { 449 systemd.tmpfiles.settings = {
450 "10-localtime"."/etc/localtime".L.argument = "/.bcachefs/etc/localtime"; 450 "10-localtime"."/etc/localtime".L.argument = "/.bcachefs/etc/localtime";
451
452 # "10-regreet"."/var/cache/regreet/cache.toml".C.argument = toString ((pkgs.formats.toml {}).generate "cache.toml" {
453 # last_user = "gkleen";
454 # user_to_last_sess.gkleen = "Niri";
455 # });
456 }; 451 };
457 452
458 users = { 453 users = {
@@ -681,6 +676,7 @@ in {
681 "/var/lib/bluetooth" 676 "/var/lib/bluetooth"
682 "/var/lib/upower" 677 "/var/lib/upower"
683 "/var/lib/postfix" 678 "/var/lib/postfix"
679 "/var/lib/regreet"
684 "/etc/NetworkManager/system-connections" 680 "/etc/NetworkManager/system-connections"
685 config.boot.lanzaboote.pkiBundle 681 config.boot.lanzaboote.pkiBundle
686 ]; 682 ];