Update speer system configuration
All checks were successful
CI / build (push) Successful in 1m54s

This commit is contained in:
Fabian Hauser 2025-02-19 11:03:13 +01:00
parent 25df031447
commit f5782edede
4 changed files with 14 additions and 10 deletions

View file

@ -92,6 +92,7 @@
in
map mkConfig [
"~/private/"
"~/projects/"
"/etc/nixos/"
"~/.password-store/"
"~/.stateful/"

View file

@ -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")

View file

@ -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

View file

@ -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";