diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-11 15:33:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-11 15:33:46 +0100 |
| commit | f4272650dba86e04863b994bc85165855ac0eb58 (patch) | |
| tree | a6855656f35bc4c351e215827b58a83b4f2a99ec /flake.nix | |
| parent | bb87f9ebadc3bb5c5158d9fbad9a5acef8c8f692 (diff) | |
| parent | 2f65e7f40e97f6ccb3d164169698033ce1692a76 (diff) | |
Merge branch 'main' into host/omega-relayhost/omega-relay
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 35 |
1 files changed, 1 insertions, 34 deletions
@@ -62,7 +62,7 @@ # for `nix flake check` checks = ( forAllSystems (pkgs: { - formatting = treefmtEval.${pkgs.system}.config.build.check self; + formatting = treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.check self; }) ); @@ -95,19 +95,6 @@ inputs.sops-nix.nixosModules.sops ]; }; - vm-desktop = nixpkgs.lib.nixosSystem { - specialArgs = { - inherit inputs; - }; - system = "x86_64-linux"; - modules = [ - ./modules - ./hosts/test_vm - ./users/live-user.nix - inputs.home-manager.nixosModules.default - inputs.sops-nix.nixosModules.sops - ]; - }; omega-relay = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; @@ -123,26 +110,6 @@ ]; }; - vm-shell = nixpkgs.lib.nixosSystem { - specialArgs = { - inherit inputs; - }; - system = "x86_64-linux"; - modules = [ - ./modules - ./hosts/test_vm - ./users/live-user.nix - ( - { lib, ... }: - { - addons.desktop.hyprland.enable = lib.mkForce false; - addons.desktop.xfce.enable = lib.mkForce false; - } - ) - inputs.home-manager.nixosModules.default - inputs.sops-nix.nixosModules.sops - ]; - }; }; }; } |
