From e01eeadb16338911089a8f7030914bfc390cd9ba Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sat, 30 Mar 2024 18:35:45 -0500 Subject: [PATCH] booting --- systems/NOmom.nix | 2 +- users/tao.nix | 26 +++++++++++++------------- users/vy.nix | 12 ------------ 3 files changed, 14 insertions(+), 26 deletions(-) diff --git a/systems/NOmom.nix b/systems/NOmom.nix index 92f4036..67ac643 100644 --- a/systems/NOmom.nix +++ b/systems/NOmom.nix @@ -85,5 +85,5 @@ # boot.kernel.sysctl."net.ipv4.ip_forward" = "1"; # boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1"; - networking.hostName = "NOlaptop"; + networking.hostName = "NOmom"; } diff --git a/users/tao.nix b/users/tao.nix index 1529558..d82bb3b 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -87,21 +87,21 @@ devices = { # we do a lil anti-patterns https://github.com/ryantm/agenix?tab=readme-ov-file#builtinsreadfile-anti-pattern # bootstrap by commenting out devices first and rebuild switch impurely - "nocomputer".id = builtins.readFile config.age.secrets.syncthing-NOcomputer.path; + # "nocomputer".id = builtins.readFile config.age.secrets.syncthing-NOcomputer.path; }; folders = { - "sync" = { - path = "/home/tao/sync"; - devices = ["nocomputer"]; - }; - "school" = { - path = "/home/tao/school"; - devices = ["nocomputer"]; - }; - "projects" = { - path = "/home/tao/projects"; - devices = ["nocomputer"]; - }; + # "sync" = { + # path = "/home/tao/sync"; + # devices = ["nocomputer"]; + # }; + # "school" = { + # path = "/home/tao/school"; + # devices = ["nocomputer"]; + # }; + # "projects" = { + # path = "/home/tao/projects"; + # devices = ["nocomputer"]; + # }; # "pictures".path = "/home/tao/pictures"; }; }; diff --git a/users/vy.nix b/users/vy.nix index 94412f5..359222e 100644 --- a/users/vy.nix +++ b/users/vy.nix @@ -11,18 +11,6 @@ ]; programs.kdeconnect.enable = true; - services.snapper.configs = { - home = { - SUBVOLUME = "/home"; - ALLOW_USERS = ["tao"]; - TIMELINE_CREATE = true; - TIMELINE_CLEANUP = true; - TIMELINE_LIMIT_HOURLY = "5"; - TIMELINE_LIMIT_DAILY = "7"; - }; - }; - services.snapper.snapshotInterval = "*:0/5"; - fonts.packages = with pkgs; [ noto-fonts-cjk noto-fonts-color-emoji