Enable strictDeps on all our toplevel packages #12

Open
abonerib wants to merge 473 commits from abonerib/bscpkgs:enableStrictDeps into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit df91da8c34 - Show all commits

View File

@ -7,7 +7,7 @@
boot.loader.grub.device = "/dev/disk/by-id/wwn-0x55cd2e414d53566c";
networking = {
hostName = "xeon01";
hostName = "owl1";
interfaces.eno1.ipv4.addresses = [ {
address = "10.0.40.1";
prefixLength = 24;

View File

@ -12,7 +12,7 @@
#programs.ssh.setXAuthLocation = lib.mkForce true;
networking = {
hostName = "xeon02";
hostName = "owl2";
interfaces.eno1.ipv4.addresses = [ {
address = "10.0.40.2";
prefixLength = 24;