flake added
This commit is contained in:
parent
478cfa4085
commit
ae85ef02d3
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
# Set default editor to vim
|
# Set default editor to vim
|
||||||
environment.variables.EDITOR = "vim";
|
environment.variables.EDITOR = "vim";
|
||||||
|
|
||||||
# Use UEFI
|
# Use UEFI
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
||||||
|
@ -22,7 +21,7 @@
|
||||||
#boot.loader.grub.enable = true;
|
#boot.loader.grub.enable = true;
|
||||||
#boot.loader.grub.device = "/dev/sda";
|
#boot.loader.grub.device = "/dev/sda";
|
||||||
|
|
||||||
networking.hostName = "forgojo"; # Define your hostname.
|
networking.hostName = "forgejo"; # Define your hostname.
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue