summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-01-25 14:13:52 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-01-25 14:13:52 +0100
commit77b23ce8e86b24e6aed30fadced85d6a2d7dd0a7 (patch)
tree4b22f93535f03f4bf93f181533c4b3f507ee88ca /flake.nix
parent645e86a443d3f74cc8f9c95cb433cbefed5263cb (diff)
Nix fmt
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index aacd740..439593a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;