This commit is contained in:
Sebastian Moser
2024-01-23 15:03:48 +01:00
parent 22d3e2bd96
commit d21bc3c7c5
19 changed files with 643 additions and 17 deletions

View File

@@ -1,9 +1,11 @@
{ inputs, pkgs, ... }:
{
imports = [
#"${inputs.nixpkgs}/nixos/modules/installer/sd-card/sd-image-x86_64.nix"
../common/all.nix
../common/nixos.nix
../common/nixos-graphical.nix
../mods/hec-server.nix
../common/building.nix
inputs.home-manager.nixosModules.home-manager
@@ -19,6 +21,7 @@
};
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
virtualisation.podman.enable = true;
# to build rpi images
boot.binfmt.emulatedSystems = [

View File

@@ -11,9 +11,9 @@
../common/all.nix
inputs.home-manager.nixosModules.home-manager
#../users/me/headless.nix
../users/me/headless.nix
##### project modules
##### project modules #####
# the module for the zwave setup
#"${workDir}/htl/labor/hackl/zwave.nix"

View File

@@ -266,7 +266,7 @@
############################## files backup ##################################
# needs that
programs.fuse.userAllowOther = true;
programs.fuse.userAllowOther = true; # otherwise the root user has no acces to the mount
systemd.services.rclone-mount-backup = {
enable = true;
description = "Mount rclone backup folder";