commit f74e8e9156087c72ec9d7250796596095043b593 parent 08236c8a827b1ba912d434a39c8fd5e7d854efac Author: Vincent Demeester <vincent@sbr.pm> Date: Tue, 29 Sep 2020 17:56:38 +0200 systems: change hokkaido Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | systems/hokkaido.nix | | | 23 | +++++++++++++---------- |
M | users/vincent/containers/openshift.nix | | | 4 | ++-- |
M | users/vincent/desktop/gnome.nix | | | 2 | +- |
3 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/systems/hokkaido.nix b/systems/hokkaido.nix @@ -14,21 +14,24 @@ let in { imports = [ - ./hardware/thinkpad-x220.nix + ./hardware/dell-latitude-e6540.nix ./modules (import ../users).vincent (import ../users).root ]; + fileSystems."/" = + { device = "/dev/disk/by-uuid/3e86d004-5554-4a90-b436-fcca63775f9d"; + fsType = "ext4"; + }; - fileSystems."/" = { - device = "/dev/disk/by-uuid/884a3d57-f652-49b2-9c8b-f6eebd5edbeb"; - fsType = "ext4"; - }; - fileSystems."/boot" = { - device = "/dev/disk/by-uuid/C036-34B9"; - fsType = "vfat"; - }; - swapDevices = [{ device = "/dev/disk/by-uuid/e1833693-77ac-4d52-bcc7-54d082788639"; }]; + fileSystems."/boot" = + { device = "/dev/disk/by-uuid/D91F-14E8"; + fsType = "vfat"; + }; + + swapDevices = + [ { device = "/dev/disk/by-uuid/f065180d-8889-45ba-81d1-a67ac746dfeb"; } + ]; networking = { hostName = hostname; diff --git a/users/vincent/containers/openshift.nix b/users/vincent/containers/openshift.nix @@ -3,9 +3,9 @@ { home.file.".local/share/applications/chos4.desktop".source = ./chos4.desktop; home.packages = with pkgs; [ - my.crc + #my.crc my.oc #my.openshift-install - my.operator-sdk + #my.operator-sdk ]; } diff --git a/users/vincent/desktop/gnome.nix b/users/vincent/desktop/gnome.nix @@ -19,7 +19,7 @@ gnome3.pomodoro gnome3.gnome-boxes - gnome3.gnome-documents + #gnome3.gnome-documents gnome3.gnome-nettool gnome3.gnome-power-manager gnome3.gnome-todo