Update flake
This commit is contained in:
parent
8e4f10a696
commit
c3a2bf746e
11 changed files with 69 additions and 74 deletions
|
|
@ -1,4 +1,6 @@
|
|||
{ config, ... }: {
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
networking = let const = config.constants; in {
|
||||
domain = const.domain;
|
||||
hostId = "30f8f777";
|
||||
|
|
@ -9,5 +11,6 @@
|
|||
nftables.enable = true;
|
||||
wireless.iwd.enable = true;
|
||||
};
|
||||
|
||||
services.resolved.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue