setting up BOB

This commit is contained in:
Richie Cahill
2024-06-08 21:06:59 -04:00
parent d6c4d9bf12
commit 1bf1cb10d8
7 changed files with 187 additions and 38 deletions

8
systems/bob/default.nix Normal file
View File

@ -0,0 +1,8 @@
{ ... }:
{
users = [ "richie" ];
system = "x86_64-linux";
home = true;
sops = true;
server = false;
}