diff options
author | Tim Keller <tjkeller.xyz> | 2025-01-06 13:08:05 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-01-06 13:08:05 -0600 |
commit | 9a92c148a04b66a9d5f665dc13ea60a8fbf0dd28 (patch) | |
tree | afa5a0c4ed4ced0cf0ab2d4098c50dd235e61731 /flake.nix | |
parent | 1835aa04051f2f0c41017423f2bcba6c549f26b0 (diff) | |
download | nixos-9a92c148a04b66a9d5f665dc13ea60a8fbf0dd28.tar.xz nixos-9a92c148a04b66a9d5f665dc13ea60a8fbf0dd28.zip |
add new host for office pc and automount func config
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ rec { nixosConfigurations = { T430 = mkNixosConfiguration "T430"; T495 = mkNixosConfiguration "T495"; + hp-envy-office = mkNixosConfiguration "hp-envy-office"; }; }; } |