From 737b74c58de0712973f81c91aa07748c02deef70 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 24 Jan 2026 10:55:16 -0800 Subject: adding a new VM for testing Re-key all the secrets. --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index cf2b69f..7e95916 100644 --- a/flake.nix +++ b/flake.nix @@ -48,6 +48,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + impermanence.url = "github:nix-community/impermanence"; + mac-app-util.url = "github:hraban/mac-app-util"; my-go-tools.url = "git+https://code.fcuny.net/x"; @@ -66,6 +68,7 @@ emacs-overlay, nur, my-go-tools, + impermanence, ... }: let @@ -114,6 +117,7 @@ nixosAdminUser = baseAdminUser // { uid = 1000; + gid = 100; }; darwinAdminUser = baseAdminUser // { @@ -125,6 +129,7 @@ agenix.nixosModules.age disko.nixosModules.disko home-manager.nixosModules.home-manager + impermanence.nixosModules.impermanence ./modules/default.nix ]; @@ -155,6 +160,10 @@ system = "x86_64-linux"; config = ./machines/iso.nix; }; + test = { + system = "x86_64-linux"; + config = ./machines/test.nix; + }; }; darwin = { mba-m2 = { @@ -292,6 +301,7 @@ git just nixos-rebuild + uv ]; }; } -- cgit v1.2.3