-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathhosts.nix
More file actions
31 lines (20 loc) · 635 Bytes
/
Copy pathhosts.nix
File metadata and controls
31 lines (20 loc) · 635 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
den.homes.x86_64-linux."vic@nargun" = { };
den.hosts.x86_64-linux.annatar = {
wsl.enable = true;
users.vic = { };
};
den.hosts.x86_64-linux.mordor.users.vic = { };
den.hosts.x86_64-linux.nargun.users.vic = { };
den.hosts.x86_64-linux.smaug.users.vic = { };
den.hosts.x86_64-linux.nienna.users.vic = { };
den.hosts.x86_64-linux.tom = { };
den.hosts.x86_64-linux.bombadil = {
iso = true;
users.vic = { };
};
den.hosts.aarch64-linux.bill = { };
den.hosts.x86_64-darwin.yavanna.users.vic = { };
den.hosts.aarch64-darwin.varda.users.vic = { };
den.hosts.aarch64-darwin.bert = { };
}