added first lxc host "test-nix"
This commit is contained in:
@@ -18,7 +18,12 @@ list_home_configurations() {
|
||||
list_flake_attr "homeConfigurations" "$1"
|
||||
}
|
||||
|
||||
list_nixos_configurations() {
|
||||
list_flake_attr "nixosConfigurations" "$1"
|
||||
}
|
||||
|
||||
current_dir=$(readlink -f .)
|
||||
flake="${1:-$current_dir}"
|
||||
list_home_modules "$flake"
|
||||
list_home_configurations "$flake"
|
||||
list_nixos_configurations "$flake"
|
||||
|
||||
Reference in New Issue
Block a user