aboutsummaryrefslogtreecommitdiff
path: root/nixos/hosts/tente
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2026-01-25 11:04:34 +0100
committerMartin Fischer <martin@push-f.com>2026-01-25 11:04:34 +0100
commit1fa071ca6e6f437b0565558146ee7f92b0bdb2a8 (patch)
treed2d425afac556f25d26ef3b6f09e054974349f39 /nixos/hosts/tente
parent5fad59be3d73df8b66f72a855091b1b2aa5f0963 (diff)
chore: remove commented out/duplicate config
Diffstat (limited to 'nixos/hosts/tente')
-rw-r--r--nixos/hosts/tente/default.nix31
1 files changed, 0 insertions, 31 deletions
diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix
index 2dcfe62..2b4fafb 100644
--- a/nixos/hosts/tente/default.nix
+++ b/nixos/hosts/tente/default.nix
@@ -326,32 +326,6 @@ in
pruneOpts = ["--keep-daily 30" "--keep-weekly 8" "--keep-monthly 12"];
};
- # Select internationalisation properties.
- # i18n.defaultLocale = "en_US.UTF-8";
- # console = {
- # font = "Lat2-Terminus16";
- # keyMap = "us";
- # useXkbConfig = true; # use xkb.options in tty.
- # };
-
- # Enable the X11 windowing system.
- # services.xserver.enable = true;
-
- # List packages installed in system profile. To search, run:
- # $ nix search wget
- environment.systemPackages = with pkgs; [
- vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
- wget
- ];
-
- # Some programs need SUID wrappers, can be configured further or are
- # started in user sessions.
- # programs.mtr.enable = true;
- # programs.gnupg.agent = {
- # enable = true;
- # enableSSHSupport = true;
- # };
-
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [
# Enabling openssh automatically opens its port in the firewall.
@@ -360,11 +334,6 @@ in
];
networking.firewall.allowedUDPPorts = [];
- # Copy the NixOS configuration file and link it from the resulting system
- # (/run/current-system/configuration.nix). This is useful in case you
- # accidentally delete configuration.nix.
- # system.copySystemConfiguration = true;
-
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
#