From abbb2aa20350c33ab62971e7668904f401e4fc96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 10 Aug 2019 09:51:21 +0100 Subject: [PATCH 1/3] Reinstall skinnyv --- nixos/boxes/skinnyv.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/boxes/skinnyv.nix b/nixos/boxes/skinnyv.nix index 13d673f1..e7ec680e 100644 --- a/nixos/boxes/skinnyv.nix +++ b/nixos/boxes/skinnyv.nix @@ -8,7 +8,7 @@ initrd.luks.devices = [ { name = "root"; - device = "/dev/disk/by-uuid/8c76bf01-59b3-4c60-b853-e9cb77f3ca14"; + device = "/dev/disk/by-uuid/ef6e91d9-c477-4ab7-ae39-4a0ee413cebe"; preLVM = true; allowDiscards = true; }]; @@ -25,6 +25,5 @@ ../boot.nix ../common.nix ../gfx-intel.nix - ../virtualbox.nix ]; } From 87c5870a284a2e1c7ee77b3fd6cb3466813bf42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 10 Aug 2019 09:56:37 +0100 Subject: [PATCH 2/3] Update kernel on skinny --- nixos/boxes/skinnyv.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/boxes/skinnyv.nix b/nixos/boxes/skinnyv.nix index e7ec680e..3c8c515e 100644 --- a/nixos/boxes/skinnyv.nix +++ b/nixos/boxes/skinnyv.nix @@ -2,6 +2,7 @@ { networking.hostName = "skinnyv"; boot = { + kernelPackages = pkgs.linuxPackages_latest; kernelParams = [ "i915.enable_rc6=7" ]; From 7d85e8e8fcff07a63079fc5250e1b271425019c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 16 Aug 2019 15:14:37 +0100 Subject: [PATCH 3/3] Add missing nix channel info for ubuntu --- ubuntu/up.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ubuntu/up.sh b/ubuntu/up.sh index 9413564d..45fc657c 100755 --- a/ubuntu/up.sh +++ b/ubuntu/up.sh @@ -11,9 +11,14 @@ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flat curl https://nixos.org/nix/install | sh -. /home/cyryl/.nix-profile/etc/profile.d/nix.sh +source /home/cyryl/.nix-profile/etc/profile.d/nix.sh export NIX_PATH=$HOME/.nix-defexpr/channels${NIX_PATH:+:}$NIX_PATH +nix-channel --add https://github.com/rycee/home-manager/archive/release-19.03.tar.gz home-manager +nix-channel --update + +nix-shell '' -A install + ln -vfs $HOME/dev/dotfiles/nixos/home-other-os.nix $HOME/.config/nixpkgs/home.nix home-manager switch