diff --git a/home/fhauser/applications/git.nix b/home/fhauser/applications/git.nix index 82e29de..912331c 100644 --- a/home/fhauser/applications/git.nix +++ b/home/fhauser/applications/git.nix @@ -92,6 +92,7 @@ in map mkConfig [ "~/private/" + "~/projects/" "/etc/nixos/" "~/.password-store/" "~/.stateful/" diff --git a/home/fhauser/applications/kanshi.nix b/home/fhauser/applications/kanshi.nix index 905f805..33a21af 100644 --- a/home/fhauser/applications/kanshi.nix +++ b/home/fhauser/applications/kanshi.nix @@ -32,7 +32,7 @@ criteria = "California Institute of Technology 0x1404 Unknown"; scale = null; }; - chur-4k.output = { + tallinn-4k.output = { criteria = "HP Inc. HP Z27 CN482201RP"; scale = 1.2; }; @@ -44,11 +44,11 @@ criteria = "Eizo Nanao Corporation EV2450 92395086"; scale = null; }; - estonia-thinkvision.output = { + tallinn-thinkvision.output = { criteria = "Lenovo Group Limited LEN P24h-20 V307DA61"; scale = null; }; - estonia-tv.output = { + tallinn-tv.output = { criteria = "Samsung Electric Company SAMSUNG 0x01000E00"; scale = 2.0; }; @@ -64,17 +64,20 @@ (mkProfile "mobile-only" [ (mkScreen x1-screen "0,0") ]) + (mkProfile "desktop-oly" [ + (mkScreen tallinn-4k "0,0") + ]) (mkProfile "home-dock" [ (mkScreen x1-screen "0,120") - (mkScreen chur-4k "1920,0") + (mkScreen tallinn-4k "1920,0") ]) (mkProfile "saba-desk" [ (mkScreen x1-screen "0,0") - (mkScreen estonia-thinkvision "1920,0") + (mkScreen tallinn-thinkvision "1920,0") ]) (mkProfile "tv" [ ((mkScreen x1-screen "0,0") // { status = "disable"; }) - (mkScreen estonia-tv "0,0") + (mkScreen tallinn-tv "0,0") ]) (mkProfile "walrueti" [ (mkScreen x1-screen "0,0") diff --git a/host/speer/default.nix b/host/speer/default.nix index fa8da66..b7b54d1 100644 --- a/host/speer/default.nix +++ b/host/speer/default.nix @@ -22,7 +22,7 @@ }; # Set your time zone. - time.timeZone = "Europe/Amsterdam"; + time.timeZone = "Europe/Tallinn"; # This value determines the NixOS release from which the default # settings for stateful data, like fi:le locations and database versions diff --git a/host/speer/disko-config.nix b/host/speer/disko-config.nix index 711264f..f6a6dec 100644 --- a/host/speer/disko-config.nix +++ b/host/speer/disko-config.nix @@ -14,12 +14,12 @@ content = { type = "filesystem"; format = "vfat"; - mountpoint = "/boot-primary"; + mountpoint = "/boot"; }; }; raid_system = { - start = "5G"; - size = "98%"; + start = "30G"; + size = "100%"; content = { type = "mdraid"; name = "raid_system";