mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
59 current 2024-04-23 21:25:46 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
f0f327a3bb
commit
06c4d08186
2 changed files with 20 additions and 5 deletions
|
@ -86,7 +86,8 @@ nixpkgs.config.allowUnfree = true;
|
|||
"meyer" = import ./home.nix;
|
||||
};
|
||||
};
|
||||
networking.nameservers = ["10.0.0.97" "1.1.1.1"];
|
||||
# networking.nameservers = ["10.0.0.97" "1.1.1.1"];
|
||||
networking.nameservers = ["10.0.0.97"];
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
22
build.log
22
build.log
|
@ -1,20 +1,34 @@
|
|||
warning: Git tree '/home/meyer/nixos' is dirty
|
||||
building the system configuration...
|
||||
warning: Git tree '/home/meyer/nixos' is dirty
|
||||
trace: warning: The option `services.xserver.desktopManager.plasma6.enable' defined in `/nix/store/5m2j91i28hsr6p9l9csfrsl1ivr6plhi-source/boxes/desktop/configuration.nix' has been renamed to `services.desktopManager.plasma6.enable'.
|
||||
trace: warning: The option `services.xserver.displayManager.sddm.enable' defined in `/nix/store/5m2j91i28hsr6p9l9csfrsl1ivr6plhi-source/boxes/desktop/configuration.nix' has been renamed to `services.displayManager.sddm.enable'.
|
||||
trace: warning: The option `services.xserver.desktopManager.plasma6.enable' defined in `/nix/store/32k7wgi058hwy1mnncai7awz2g3s1ykp-source/boxes/desktop/configuration.nix' has been renamed to `services.desktopManager.plasma6.enable'.
|
||||
trace: warning: The option `services.xserver.displayManager.sddm.enable' defined in `/nix/store/32k7wgi058hwy1mnncai7awz2g3s1ykp-source/boxes/desktop/configuration.nix' has been renamed to `services.displayManager.sddm.enable'.
|
||||
these 5 derivations will be built:
|
||||
/nix/store/256vvbjc77grqr0cqar2h71lz4kl010f-unit-script-network-setup-start.drv
|
||||
/nix/store/zn90bwzqrys5hf5m347cgkw03h5hdddi-unit-network-setup.service.drv
|
||||
/nix/store/74bwnk7xi5f8gmk52cz7r1wbms01qldc-system-units.drv
|
||||
/nix/store/kdqd99pqmvy5v0nsii943xglj49lm0z0-etc.drv
|
||||
/nix/store/shsgvil88nbjd45drggc8y6x85sfgyx8-nixos-system-nix-desktop-evo4b5-24.05.20240419.5c24cf2.drv
|
||||
building '/nix/store/256vvbjc77grqr0cqar2h71lz4kl010f-unit-script-network-setup-start.drv'...
|
||||
building '/nix/store/zn90bwzqrys5hf5m347cgkw03h5hdddi-unit-network-setup.service.drv'...
|
||||
building '/nix/store/74bwnk7xi5f8gmk52cz7r1wbms01qldc-system-units.drv'...
|
||||
building '/nix/store/kdqd99pqmvy5v0nsii943xglj49lm0z0-etc.drv'...
|
||||
building '/nix/store/shsgvil88nbjd45drggc8y6x85sfgyx8-nixos-system-nix-desktop-evo4b5-24.05.20240419.5c24cf2.drv'...
|
||||
updating GRUB 2 menu...
|
||||
Warning: os-prober will be executed to detect other bootable partitions.
|
||||
Its output will be used to detect bootable binaries on them and create new boot entries.
|
||||
error: invalid volume.
|
||||
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
|
||||
grub-probe: error: cannot find a GRUB drive for /dev/sdd1. Check your device.map.
|
||||
error: invalid volume.
|
||||
grub-probe: error: cannot find a GRUB drive for /dev/sda2. Check your device.map.
|
||||
grub-probe: error: cannot find a GRUB drive for /dev/sdd2. Check your device.map.
|
||||
lsblk: /dev/mapper/no*[0-9]: not a block device
|
||||
lsblk: /dev/mapper/raid*[0-9]: not a block device
|
||||
lsblk: /dev/mapper/disks*[0-9]: not a block device
|
||||
Found Windows Boot Manager on /dev/nvme0n1p2@/efi/Microsoft/Boot/bootmgfw.efi
|
||||
stopping the following units: network-setup.service
|
||||
activating the configuration...
|
||||
setting up /etc...
|
||||
reloading user units for meyer...
|
||||
restarting sysinit-reactivation.target
|
||||
starting the following units: network-setup.service
|
||||
the following new units were started: sysinit-reactivation.target, systemd-tmpfiles-resetup.service
|
||||
|
|
Loading…
Reference in a new issue