tangled
alpha
login
or
join now
matthew-hre.com
/
flake
0
fork
atom
My NixOS configuration (mirror)
0
fork
atom
overview
issues
pulls
pipelines
lint
matthew-hre.com
6 months ago
8063878c
34d11fa4
+4
-4
4 changed files
expand all
collapse all
unified
split
system
desktop
default.nix
laptop
default.nix
services
boot.nix
docker.nix
system/desktop/default.nix
This is a binary file and will not be displayed.
system/laptop/default.nix
This is a binary file and will not be displayed.
+2
-2
system/services/boot.nix
···
1
1
{
2
2
-
boot = {
2
2
+
boot = {
3
3
loader = {
4
4
systemd-boot.enable = false;
5
5
efi.efiSysMountPoint = "/boot";
···
12
12
};
13
13
};
14
14
};
15
15
-
}
15
15
+
}
+2
-2
system/services/docker.nix
···
4
4
enableOnBoot = false;
5
5
};
6
6
7
7
-
systemd.services."docker.socket".wantedBy = [ "sockets.target" ];
8
8
-
}
7
7
+
systemd.services."docker.socket".wantedBy = ["sockets.target"];
8
8
+
}