diff options
author | ene <ene@sils.li> | 2023-03-05 11:53:06 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-03-05 11:53:06 +0100 |
commit | 81b28fc28c88f7d3eb1de241bcb0b992e8c74317 (patch) | |
tree | d9976a7b64da8f85ef9b90e4bc2abbc1675ae81f /flake/nixosConfigurations | |
parent | Fix(system/graphics): Activate opengl (diff) | |
download | nixos-config-81b28fc28c88f7d3eb1de241bcb0b992e8c74317.tar.gz nixos-config-81b28fc28c88f7d3eb1de241bcb0b992e8c74317.zip |
Fix(host/mammun_on_vm): Delete nix flake config
Diffstat (limited to 'flake/nixosConfigurations')
-rw-r--r-- | flake/nixosConfigurations/default.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index 7fc75590..6159d1b9 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -74,17 +74,6 @@ in { ] ++ defaultModules; }; - mammun_on_vm = inputs.nixpkgs.lib.nixosSystem { - inherit system; - specialArgs = - pkgs.lib.recursiveUpdate inputs - sysLib; - modules = - [ - ../../hosts/mammun_on_vm/configuration.nix - ] - ++ defaultModules; - }; lahmu = inputs.nixpkgs.lib.nixosSystem { inherit system; specialArgs = |