diff options
| author | Mel <mel@rnrd.eu> | 2025-04-09 22:13:08 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-04-09 22:13:08 +0200 |
| commit | 75addcd6257f9f02669f3cf11422a61dea1c7323 (patch) | |
| tree | 5e25598b299fed9d1ffe2c1983ee673b28cb6dd3 /machines/fourmi/home.nix | |
| parent | e27680dde6f8ecdf2db345cae4f165e68a2de8f3 (diff) | |
| download | network-75addcd6257f9f02669f3cf11422a61dea1c7323.tar.zst network-75addcd6257f9f02669f3cf11422a61dea1c7323.zip | |
Introduce new small-scale local 'fourmi' machine
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/fourmi/home.nix')
| -rw-r--r-- | machines/fourmi/home.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/machines/fourmi/home.nix b/machines/fourmi/home.nix new file mode 100644 index 0000000..be5d645 --- /dev/null +++ b/machines/fourmi/home.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + imports = [ + ../../modules/home/common.nix + ]; + + home.stateVersion = "24.11"; +} |
