nbf5: intial steps to printing terminal

This commit is contained in:
2025-03-15 09:22:50 +01:00
parent f68c0e2daf
commit e32e753bce
5 changed files with 11 additions and 28 deletions

View File

@@ -41,14 +41,6 @@
};
};
# hardware.sane = { # Used for scanning with Xsane
# enable = false;
# extraBackends = [ pkgs.sane-airscan ];
# };
hardware = {
nitrokey.enable = true;
};
environment = {
systemPackages = with pkgs; [
# simple-scan
@@ -81,8 +73,8 @@
userServices = true;
};
};
tailscale.enable = true;
mainsail.enable = true;
};
#temporary bluetooth fix

View File

@@ -145,19 +145,12 @@
interfaces = {
wlan0 = {
useDHCP = true; # For versatility sake, manually edit IP on nm-applet.
#ipv4.addresses = [ {
# address = "192.168.0.51";
# prefixLength = 24;
#} ];
};
};
#defaultGateway = "192.168.0.1";
#nameservers = [ "192.168.0.4" ];
firewall = {
checkReversePath = "loose";
# enable = false;
# #allowedUDPPorts = [ 53 67 ];
# #allowedTCPPorts = [ 53 80 443 9443 ];
enable = true;
#allowedUDPPorts = [ 53 67 ];
allowedTCPPorts = [ 80 443 ];
};
};

View File

@@ -24,13 +24,7 @@
home = { # Specific packages for laptop
packages = with pkgs; [
# Applications
libreoffice # Office packages
#firefox
chromium
thunderbird
streamlink
streamlink-twitch-gui-bin
element-desktop
firefox
intel-gpu-tools
pulsemixer