...
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user