hotfix
This commit is contained in:
parent
8bb64df944
commit
7a64f3a191
|
@ -12,6 +12,7 @@
|
|||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.tmpOnTmpfs = true;
|
||||
|
||||
networking.hostName = "posixlycorrect"; # Define your hostname.
|
||||
networking.networkmanager.enable = true;
|
||||
|
|
|
@ -10,6 +10,11 @@
|
|||
packages = import ./path.nix pkgs;
|
||||
};
|
||||
|
||||
nix.registry."system".to = {
|
||||
type = "path";
|
||||
path = "/home/fabian/nix";
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
programs.home-manager.enable = true;
|
||||
programs.neovim.enable = true;
|
||||
|
|
Loading…
Reference in a new issue