sdcard-based machines: move to a profile
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
in {
|
||||
imports = [
|
||||
../../modules
|
||||
../../modules/profiles/sdcard
|
||||
../../shared/platform/orangepi5plus.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
myData,
|
||||
...
|
||||
}: {
|
||||
# previously:
|
||||
# imports = [(modulesPath + "/installer/scan/not-detected.nix")];
|
||||
# as of 23.05 that is:
|
||||
imports = [
|
||||
../../modules/profiles/sdcard
|
||||
];
|
||||
|
||||
boot = {
|
||||
initrd = {
|
||||
@@ -112,8 +112,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
services.journald.extraConfig = "Storage=volatile";
|
||||
|
||||
environment.etc = {
|
||||
"datapool-passphrase.txt".source = config.age.secrets.datapool-passphrase.path;
|
||||
};
|
||||
|
||||
3
modules/profiles/sdcard/default.nix
Normal file
3
modules/profiles/sdcard/default.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
_: {
|
||||
services.journald.extraConfig = "Storage=volatile";
|
||||
}
|
||||
Reference in New Issue
Block a user