switch back to btrfs
too lazy to figure out how to do all the things with bcachefs, would rather wait for it to be upstream
This commit is contained in:
parent
2ee13936e1
commit
b4708d2169
2 changed files with 24 additions and 31 deletions
|
|
@ -3,11 +3,11 @@
|
|||
system.stateVersion = "20.09";
|
||||
|
||||
environment.etc = {
|
||||
"machine-id".source = "/mnt/bcachefs/machine-id";
|
||||
"ssh/ssh_host_rsa_key".source = "/mnt/bcachefs/ssh_host_rsa_key";
|
||||
"ssh/ssh_host_rsa_key.pub".source = "/mnt/bcachefs/ssh_host_rsa_key.pub";
|
||||
"ssh/ssh_host_ed25519_key".source = "/mnt/bcachefs/ssh_host_ed25519_key";
|
||||
"ssh/ssh_host_ed25519_key.pub".source = "/mnt/bcachefs/ssh_host_ed25519_key.pub";
|
||||
"machine-id".source = "/var/persist/machine-id";
|
||||
"ssh/ssh_host_rsa_key".source = "/var/persist/ssh_host_rsa_key";
|
||||
"ssh/ssh_host_rsa_key.pub".source = "/var/persist/ssh_host_rsa_key.pub";
|
||||
"ssh/ssh_host_ed25519_key".source = "/var/persist/ssh_host_ed25519_key";
|
||||
"ssh/ssh_host_ed25519_key.pub".source = "/var/persist/ssh_host_ed25519_key.pub";
|
||||
};
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
users.mutableUsers = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue