From 8394c1c665a9d74b34a88bec1aec8a6656f78480 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 8 Mar 2025 08:46:32 +0000 Subject: computers for the computing throne --- flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 679d58c..b5b0d12 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,12 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + #for device formatting + disko = { + url = "github:nix-community/disko/latest"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + # modern window compositor hyprland = { url = "github:hyprwm/Hyprland"; @@ -223,6 +229,11 @@ home-manager.nixosModules.home-manager { home-manager.users.defin = import ./home-manager/default.nix; } ]; }; + biski = lib.nixosSystem { # another networking server, physical instead of cloud + modules = minimalConfigSettings ++ [ ./machines/biski + disko.nixosModules.disko + ]; + }; picast = lib.nixosSystem { # anger at chromecast modules = minimalConfigSettings ++ [ ./machines/picast home-manager.nixosModules.home-manager { home-manager.users.defin = import ./home-manager/default.nix; } -- cgit v1.2.3