nas SMB share

This commit is contained in:
2024-02-14 16:34:29 +01:00
parent 076da172b6
commit 32ffe54a46
3 changed files with 7 additions and 1 deletions

Submodule private updated: dd004d85b5...54e90a63c7

View File

@@ -1,6 +1,11 @@
{ config, lib, pkgs, ... }:
{
imports = [
private/workstation.nix
];
fileSystems = {
"/home".options = [ "compress=lzo" ];
"/etc/nixos" = {

View File

@@ -48,4 +48,5 @@
services.logind.lidSwitch = "suspend-then-hibernate";
systemd.sleep.extraConfig = "HibernateDelaySec=1h";
# services.upower.enable = true;
fileSystems."nas".options = [ "noauto" ];
}