diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-25 14:13:52 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-25 14:13:52 +0100 |
| commit | 77b23ce8e86b24e6aed30fadced85d6a2d7dd0a7 (patch) | |
| tree | 4b22f93535f03f4bf93f181533c4b3f507ee88ca /flake.nix | |
| parent | 645e86a443d3f74cc8f9c95cb433cbefed5263cb (diff) | |
Nix fmt
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,7 +9,7 @@ url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - + disko = { url = "github:nix-community/disko/latest"; inputs.nixpkgs.follows = "nixpkgs"; @@ -110,7 +110,7 @@ }; omega-relay = nixpkgs.lib.nixosSystem { specialArgs = { - inherit inputs; + inherit inputs; }; system = "x86_64-linux"; modules = [ @@ -120,9 +120,9 @@ inputs.home-manager.nixosModules.default disko.nixosModules.disko inputs.sops-nix.nixosModules.sops - ]; + ]; - }; + }; vm-shell = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; |
