From 88cc3e7e0765b5dd11b06db442ad46536342bba5 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 1 Feb 2024 18:40:39 +0530 Subject: Updates (#1) * . * . * . * . * . * . * . * . * . * . * update * . * temp * . * . * . * . * . * . * . * . * . * . * . * . * temp * . * . * . * update --- machines/z/configuration.nix | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 machines/z/configuration.nix (limited to 'machines/z/configuration.nix') diff --git a/machines/z/configuration.nix b/machines/z/configuration.nix deleted file mode 100644 index 5af5c58..0000000 --- a/machines/z/configuration.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ lib, inputs, ... }: - -{ - imports = [ - ./hardware-configuration.nix - inputs.home-manager.nixosModules.default - ] ++ (map (path: ../../modules/${path}) [ - "global.nix" - "compromyse.nix" - ]); - - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - boot.loader.efi.efiSysMountPoint = "/boot/efi"; - - boot.extraModprobeConfig = "options kvm_intel nested=1"; - - fileSystems."/data" = { - device = "/dev/sda"; - fsType = "ext4"; - }; - - networking.hostName = "z"; - - home-manager.users.compromyse = import ./home.nix; -} -- cgit v1.2.3