Changed some configs

This commit is contained in:
2025-06-22 10:09:41 +02:00
parent f475b7b4ab
commit 79d07a5bfd
5 changed files with 55 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
{ inputs, outputs, pkgs, ... }:
{ inputs, outputs, pkgs, lib, ... }:
{
imports = [
@@ -77,18 +77,6 @@
];
};
# Setup nfs share
services.nfs = {
server = {
enable = true;
exports = ''
/export 192.168.100.0/24(rw,fsid=0,no_subtree_check)
/export/wrb 192.168.100.0/24(rw,nohide,no_subtree_check)
'';
};
};
networking.firewall.allowedTCPPorts = [ 2049 ];
# Temp keyboard override
environment.systemPackages = with pkgs; [
via