Modularize and fix wireguard
This commit is contained in:
parent
127fc040a5
commit
7b6e8c49f1
6 changed files with 265 additions and 229 deletions
|
|
@ -1,16 +1,9 @@
|
|||
{ config, lib, pkgs, ...}:
|
||||
|
||||
{
|
||||
config.filouterie.hostName = "riri";
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "riri";
|
||||
|
||||
# Setting up environment variables
|
||||
|
||||
environment.sessionVariables = rec {
|
||||
NODE = "riri";
|
||||
};
|
||||
|
||||
config.boot.loader.systemd-boot.enable = true;
|
||||
config.boot.loader.efi.canTouchEfiVariables = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue