Start from scratch
This commit is contained in:
parent
f15630dfb1
commit
fe6de112e6
111 changed files with 428 additions and 6886 deletions
|
|
@ -1,32 +0,0 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with lib.wyrdgard;
|
||||
{
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = config.wyrdgard.user.name;
|
||||
|
||||
usbip = {
|
||||
enable = true;
|
||||
autoAttach = [ "3-1" ];
|
||||
};
|
||||
};
|
||||
|
||||
wyrdgard = {
|
||||
submodules.basics-wsl = enabled;
|
||||
|
||||
security = {
|
||||
gpg = enabled;
|
||||
sops = enabled;
|
||||
};
|
||||
};
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue