mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
fix: increase of tmpfs's size by mount a btrfs subvolume for it
feat: migrate nixos-installer from a separate branch into a folder
This commit is contained in:
@@ -45,6 +45,12 @@
|
||||
mode = "0600";
|
||||
owner = username;
|
||||
};
|
||||
|
||||
"nix-access-tokens" = {
|
||||
file = "${mysecrets}/nix-access-tokens.age";
|
||||
mode = "0600";
|
||||
owner = username;
|
||||
};
|
||||
};
|
||||
|
||||
# place secrets in /etc/
|
||||
|
||||
Reference in New Issue
Block a user