mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
Add several NixOS hosts on Proxmox and Oracle Cloud
This commit is contained in:
parent
9afb9ec47e
commit
acc0ad68e0
43 changed files with 4356 additions and 187 deletions
|
|
@ -14,6 +14,7 @@
|
|||
xserver.videoDrivers = ["nvidia"];
|
||||
};
|
||||
|
||||
|
||||
hardware = {
|
||||
nvidia = {
|
||||
modesetting.enable = true;
|
||||
|
|
@ -89,6 +90,7 @@
|
|||
};
|
||||
|
||||
networking.hostName = "onett"; # Define your hostname.
|
||||
networking.enableIPv6 = false;
|
||||
|
||||
users.users.swarsel = {
|
||||
isNormalUser = true;
|
||||
|
|
@ -99,4 +101,8 @@
|
|||
|
||||
system.stateVersion = "23.05"; # Did you read the comment?
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
];
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue