diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-24 10:55:16 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-24 10:55:16 -0800 |
| commit | 737b74c58de0712973f81c91aa07748c02deef70 (patch) | |
| tree | 671639fb8ae43ff9482d36331cf6f706bfb01d1a /flake.nix | |
| parent | update documentation for creating an ISO (diff) | |
| download | infra-737b74c58de0712973f81c91aa07748c02deef70.tar.gz | |
adding a new VM for testing
Re-key all the secrets.
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ]; }; } |
