diff options
| author | Mel <mel@rnrd.eu> | 2025-10-03 17:44:48 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-10-03 17:44:48 +0200 |
| commit | 79537dae587a8ec0efa7e990ba41eebb51df2019 (patch) | |
| tree | 1368e34d8b8620149fffbad93f8ada88b4b2c216 /machines/taureau/home.nix | |
| parent | 640a8bd6886c12f48d1f0230d60ed69bd8e46880 (diff) | |
| download | network-79537dae587a8ec0efa7e990ba41eebb51df2019.tar.zst network-79537dae587a8ec0efa7e990ba41eebb51df2019.zip | |
Add new taureau host
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/taureau/home.nix')
| -rw-r--r-- | machines/taureau/home.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/machines/taureau/home.nix b/machines/taureau/home.nix new file mode 100644 index 0000000..8f27ed2 --- /dev/null +++ b/machines/taureau/home.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + imports = [ + ../../modules/home/common.nix + ]; + + home.stateVersion = "25.05"; +} |
