vaious desktop confis
This commit is contained in:
parent
019fc4a73f
commit
be1cdd67c8
6 changed files with 59 additions and 18 deletions
|
|
@ -89,12 +89,12 @@
|
|||
# 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;
|
||||
"nolaptop".id = builtins.readFile config.age.secrets.syncthing-NOlaptop.path;
|
||||
# "nolaptop".id = builtins.readFile config.age.secrets.syncthing-NOlaptop.path;
|
||||
};
|
||||
folders = let
|
||||
devs = [
|
||||
"nocomputer"
|
||||
"nolaptop"
|
||||
# "nolaptop"
|
||||
];
|
||||
in {
|
||||
"sync" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue