Deactivate sops to make aspi installation work
This commit is contained in:
parent
a6043713c9
commit
3d59481c9d
@ -29,14 +29,14 @@ in
|
|||||||
options.modules.sops = { };
|
options.modules.sops = { };
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
sops.defaultSopsFile = ../../../secrets/secrets.yaml;
|
#sops.defaultSopsFile = ../../../secrets/secrets.yaml;
|
||||||
sops.defaultSopsFormat = "yaml";
|
#sops.defaultSopsFormat = "yaml";
|
||||||
sops.age.keyFile = "/home/julian/.config/sops/age/keys.txt";
|
#sops.age.keyFile = "/home/julian/.config/sops/age/keys.txt";
|
||||||
|
|
||||||
# List of defined secrets
|
# List of defined secrets
|
||||||
sops.secrets."aspi/password" = {
|
#sops.secrets."aspi/password" = {
|
||||||
neededForUsers = true;
|
# neededForUsers = true;
|
||||||
};
|
#};
|
||||||
|
|
||||||
# sops.secrets."aspi/syncthing/key" = {
|
# sops.secrets."aspi/syncthing/key" = {
|
||||||
# neededForUsers = true;
|
# neededForUsers = true;
|
||||||
|
@ -49,7 +49,6 @@
|
|||||||
# Use this for simple nix boot menu, if no dual boot required
|
# Use this for simple nix boot menu, if no dual boot required
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
|
||||||
|
|
||||||
boot.supportedFilesystems = [
|
boot.supportedFilesystems = [
|
||||||
"btrfs"
|
"btrfs"
|
||||||
@ -168,8 +167,8 @@
|
|||||||
services.syncthing.enable = true;
|
services.syncthing.enable = true;
|
||||||
services.syncthing.user = "julian";
|
services.syncthing.user = "julian";
|
||||||
services.syncthing.group = "julian";
|
services.syncthing.group = "julian";
|
||||||
services.syncthing.key = config.sops.secrets."aspi/syncthing/key".path;
|
#services.syncthing.key = config.sops.secrets."aspi/syncthing/key".path;
|
||||||
services.syncthing.cert = config.sops.secrets."aspi/syncthing/cert".path;
|
#services.syncthing.cert = config.sops.secrets."aspi/syncthing/cert".path;
|
||||||
# overrideDevices = true; # overrides any devices added or deleted through the WebUI
|
# overrideDevices = true; # overrides any devices added or deleted through the WebUI
|
||||||
# overrideFolders = true; # overrides any folders added or deleted through the WebUI
|
# overrideFolders = true; # overrides any folders added or deleted through the WebUI
|
||||||
# settings = {
|
# settings = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user