i forgor 💀
This commit is contained in:
parent
8ee0144cdf
commit
7bf62c3ae6
|
@ -94,7 +94,19 @@ in
|
||||||
# fonts.packages = with pkgs; [
|
# fonts.packages = with pkgs; [
|
||||||
# orbitron
|
# orbitron
|
||||||
# ];
|
# ];
|
||||||
|
|
||||||
|
# systemd.services.rtl_tcp = {
|
||||||
|
# enable = true;
|
||||||
|
# description = "rtl_tcp";
|
||||||
|
# unitConfig = {
|
||||||
|
# Type = "simple";
|
||||||
|
# # ...
|
||||||
|
# };
|
||||||
|
# serviceConfig = {
|
||||||
|
# ExecStart = "rtl_tcp -a 10.0.0.240";
|
||||||
|
# # ...
|
||||||
|
# };
|
||||||
|
#}
|
||||||
|
|
||||||
# Define a users and groups
|
# Define a users and groups
|
||||||
users = {
|
users = {
|
||||||
|
@ -306,12 +318,12 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# NFS server
|
# NFS server
|
||||||
services.nfs.server = {
|
# services.nfs.server = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
exports = ''
|
# exports = ''
|
||||||
/export/freecornNFS *(rw,no_subtree_check)
|
# /export/freecornNFS *(rw,no_subtree_check)
|
||||||
'';
|
# '';
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Copy and link the NixOS configuration file to (/run/current-system/configuration.nix).
|
# Copy and link the NixOS configuration file to (/run/current-system/configuration.nix).
|
||||||
system.copySystemConfiguration = true;
|
system.copySystemConfiguration = true;
|
||||||
|
|
Reference in a new issue