bootstrapped

This commit is contained in:
Tao Tien 2024-03-30 19:24:10 -07:00
parent 00770f5526
commit c482850c55
2 changed files with 14 additions and 13 deletions

View file

@ -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

View file

@ -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";
};
};