nas SMB share
This commit is contained in:
2
private
2
private
Submodule private updated: dd004d85b5...54e90a63c7
@@ -1,6 +1,11 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
private/workstation.nix
|
||||||
|
];
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/home".options = [ "compress=lzo" ];
|
"/home".options = [ "compress=lzo" ];
|
||||||
"/etc/nixos" = {
|
"/etc/nixos" = {
|
||||||
|
|||||||
1
x230.nix
1
x230.nix
@@ -48,4 +48,5 @@
|
|||||||
services.logind.lidSwitch = "suspend-then-hibernate";
|
services.logind.lidSwitch = "suspend-then-hibernate";
|
||||||
systemd.sleep.extraConfig = "HibernateDelaySec=1h";
|
systemd.sleep.extraConfig = "HibernateDelaySec=1h";
|
||||||
# services.upower.enable = true;
|
# services.upower.enable = true;
|
||||||
|
fileSystems."nas".options = [ "noauto" ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user