From 62100c9265a4de389d1ea8060cbddddacde161a7 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Thu, 12 Sep 2024 21:44:46 -0300 Subject: split users/leonardo.nix into modules with options in order to be able to deploy just a few of those to iori.nix --- hosts/iori/configuration.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 hosts/iori/configuration.nix (limited to 'hosts/iori/configuration.nix') diff --git a/hosts/iori/configuration.nix b/hosts/iori/configuration.nix deleted file mode 100644 index db84c09..0000000 --- a/hosts/iori/configuration.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ pkgs, inputs, ... }: -{ - imports = - [ inputs.nixos-hardware.nixosModules.raspberry-pi-4 ]; - # hardware = { - # raspberry-pi."4".apply-overlays-dtmerge.enable = true; - # }; - nixpkgs.overlays = [ - (final: super: { - makeModulesClosure = x: - super.makeModulesClosure (x // { allowMissing = true; }); - }) - ]; - - networking.hostName = "iori"; - system.stateVersion = "23.11"; -} -- cgit v1.2.3