.github
.vscode
docs
hydra
keys
lib
modules
systems
artemision
bob
jeeves
jeeves-jr
docker
arch_mirror.nix
configuration.nix
default.nix
hardware.nix
home_assistant.nix
networking.nix
secrets.yaml
services.nix
vars.nix
palatine-hill
rhapsody-in-green
users
utils
.envrc
.gitconfig
.gitignore
.sops.yaml
CONTRIBUTING.md
README.md
checks.nix
flake.lock
flake.nix
shell.nix
sops-mergetool.sh
statix.toml
treefmt.toml
empty_pattern forces {...} to be converted to {_}, which breaks situations where an import is done multiple ways with the same attributes, and only some of the imported files use those attributes (ex. systems/<host>/default.nix) Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
8 lines
55 B
Nix
8 lines
55 B
Nix
{ ... }:
|
|
{
|
|
users = [
|
|
"alice"
|
|
"richie"
|
|
];
|
|
}
|