bootstrapped
This commit is contained in:
parent
00770f5526
commit
c482850c55
2 changed files with 14 additions and 13 deletions
|
|
@ -99,6 +99,7 @@
|
||||||
modules = [
|
modules = [
|
||||||
nixos-hardware.nixosModules.common-cpu-intel
|
nixos-hardware.nixosModules.common-cpu-intel
|
||||||
# inputs.nixos-hardware.nixosModules.framework-12th-gen-intel
|
# inputs.nixos-hardware.nixosModules.framework-12th-gen-intel
|
||||||
|
agenix.nixosModules.default
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
# stylix.nixosModules.stylix
|
# stylix.nixosModules.stylix
|
||||||
./systems/BASED.nix
|
./systems/BASED.nix
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue