This commit is contained in:
Tao Tien 2024-03-30 18:35:45 -05:00
parent ef3e943d3e
commit e01eeadb16
3 changed files with 14 additions and 26 deletions

View file

@ -85,5 +85,5 @@
# boot.kernel.sysctl."net.ipv4.ip_forward" = "1"; # boot.kernel.sysctl."net.ipv4.ip_forward" = "1";
# boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1"; # boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";
networking.hostName = "NOlaptop"; networking.hostName = "NOmom";
} }

View file

@ -87,21 +87,21 @@
devices = { devices = {
# we do a lil anti-patterns https://github.com/ryantm/agenix?tab=readme-ov-file#builtinsreadfile-anti-pattern # 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 # 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 = { folders = {
"sync" = { # "sync" = {
path = "/home/tao/sync"; # path = "/home/tao/sync";
devices = ["nocomputer"]; # devices = ["nocomputer"];
}; # };
"school" = { # "school" = {
path = "/home/tao/school"; # path = "/home/tao/school";
devices = ["nocomputer"]; # devices = ["nocomputer"];
}; # };
"projects" = { # "projects" = {
path = "/home/tao/projects"; # path = "/home/tao/projects";
devices = ["nocomputer"]; # devices = ["nocomputer"];
}; # };
# "pictures".path = "/home/tao/pictures"; # "pictures".path = "/home/tao/pictures";
}; };
}; };

View file

@ -11,18 +11,6 @@
]; ];
programs.kdeconnect.enable = true; 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; [ fonts.packages = with pkgs; [
noto-fonts-cjk noto-fonts-cjk
noto-fonts-color-emoji noto-fonts-color-emoji