From 07f84bb581e369ff79100f0417e9d277f3c1fb61 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Wed, 12 Feb 2025 08:19:04 +0100 Subject: alot of stuff --- configuration/snorlax/default.nix | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 configuration/snorlax/default.nix (limited to 'configuration/snorlax/default.nix') diff --git a/configuration/snorlax/default.nix b/configuration/snorlax/default.nix deleted file mode 100644 index 5771eb0..0000000 --- a/configuration/snorlax/default.nix +++ /dev/null @@ -1,34 +0,0 @@ -{ lib, ... }: -{ - imports = [ - ./disk-config.nix - ./git.nix - ./samba.nix - ./nginx.nix - - ../core - ]; - - system.stateVersion = "24.11"; - - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - - networking.hostName = "snorlax"; - networking.hostId = "1d1ebf34"; - - time.timeZone = "Europe/Amsterdam"; - - programs.mtr.enable = true; - services.openssh = { - enable = true; - allowSFTP = false; - settings = { - PermitRootLogin = "no"; - AllowUsers = [ "jras" ]; - }; - openFirewall = lib.mkForce true; - }; - - home-manager.users.jras = { home.stateVersion = "24.11"; }; -} -- cgit v1.2.3