1
1
mirror of https://github.com/divnix/digga.git synced 2024-11-27 17:36:06 +03:00
digga/hosts/NixOS.nix

10 lines
228 B
Nix
Raw Normal View History

{
### root password is empty by default ###
imports = [ ../users/nixos ../users/root ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.networkmanager.enable = true;
}