Give socrates root 12G to work with.
This commit is contained in:
parent
7cf751b013
commit
455bdf4942
@ -52,7 +52,7 @@
|
||||
"/" = {
|
||||
device = "socrates-root";
|
||||
fsType = "tmpfs";
|
||||
options = [ "mode=755" ];
|
||||
options = [ "mode=755" "size=12G" ];
|
||||
};
|
||||
|
||||
"/boot" = {
|
||||
|
@ -117,7 +117,6 @@ in {
|
||||
environment.etc = {
|
||||
# TODO: replace with current config
|
||||
nixos.source = "/state/nixos";
|
||||
adjtime.source = "/state/etc/adjtime";
|
||||
NIXOS.source = "/state/etc/NIXOS";
|
||||
"host-config.nix".source = "/state/etc/host-config.nix";
|
||||
};
|
||||
@ -128,6 +127,7 @@ in {
|
||||
'';
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"L /etc/adjtime - - - - /state/etc/adjtime"
|
||||
"L /root/.gnupg - - - - /state/root/gnupg"
|
||||
"L /root/.ssh/id_rsa - - - - /state/root/ssh/id_rsa"
|
||||
"L /root/.ssh/id_rsa.pub - - - - /state/root/ssh/id_rsa.pub"
|
||||
|
Loading…
Reference in New Issue
Block a user