bootstrapped
This commit is contained in:
parent
00770f5526
commit
c482850c55
2 changed files with 14 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue