tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
feat: networkd
devins.page
1 month ago
724df184
22293841
+2
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
default.nix
+2
hosts/bluepill/default.nix
···
15
15
];
16
16
17
17
networking.hostName = "bluepill";
18
18
+
networking.useNetworkd = true;
19
19
+
networking.useResolved = true;
18
20
19
21
environment.systemPackages = with pkgs; [
20
22
age