Started migration towards flake-parts
Plus shit ton many changes I still had to commit
This commit is contained in:
parent
261b763848
commit
f05ee0a658
18 changed files with 752 additions and 460 deletions
|
@ -38,13 +38,4 @@
|
|||
|
||||
optimise.automatic = true;
|
||||
};
|
||||
|
||||
age.secrets.cachix.file = ../../secrets/cachix.age;
|
||||
system.activationScripts = {
|
||||
populate-netrc.text = ''
|
||||
cat <<EOF> /etc/nix/netrc
|
||||
machine mlabs.cachix.org login x password "$(cat ${config.age.secrets.cachix.path})"
|
||||
EOF
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue