mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Update vbox_nix host config
This commit is contained in:
parent
1c52e91b56
commit
0e3bbe7dd2
|
@ -22,19 +22,48 @@
|
|||
system = {
|
||||
hostname = "vboxnix";
|
||||
username = "itsdrike";
|
||||
|
||||
impermanence = {
|
||||
root.enable = false;
|
||||
autoWipeBtrfs.enable = false;
|
||||
};
|
||||
|
||||
boot = {
|
||||
secure-boot.enable = false;
|
||||
tmpOnTmpfs = false;
|
||||
};
|
||||
};
|
||||
|
||||
device = {
|
||||
roles = {
|
||||
type = "desktop";
|
||||
virtual-machine = true;
|
||||
cpu.type = "amd";
|
||||
};
|
||||
cpu.type = "amd";
|
||||
hasTPM = false;
|
||||
};
|
||||
|
||||
security = {
|
||||
auditd = {
|
||||
enable = true;
|
||||
autoPrune.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
workstation = {
|
||||
printing.enable = false;
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
enable = true;
|
||||
stateVersion = "23.11";
|
||||
git = {
|
||||
userName = "ItsDrike";
|
||||
userEmail = "itsdrike@protonmail.com";
|
||||
signing.key = "FA2745890B7048C0";
|
||||
signing = {
|
||||
enabled = true;
|
||||
key = "FA2745890B7048C0";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue