diff --git a/flake.nix b/flake.nix index 7619562..ecac4d0 100644 --- a/flake.nix +++ b/flake.nix @@ -99,6 +99,7 @@ modules = [ nixos-hardware.nixosModules.common-cpu-intel # inputs.nixos-hardware.nixosModules.framework-12th-gen-intel + agenix.nixosModules.default home-manager.nixosModules.home-manager # stylix.nixosModules.stylix ./systems/BASED.nix diff --git a/users/tao.nix b/users/tao.nix index d82bb3b..1529558 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"; }; };