setting up BOB
This commit is contained in:
8
systems/bob/default.nix
Normal file
8
systems/bob/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
{
|
||||
users = [ "richie" ];
|
||||
system = "x86_64-linux";
|
||||
home = true;
|
||||
sops = true;
|
||||
server = false;
|
||||
}
|
Reference in New Issue
Block a user