x220: Done for now
This commit is contained in:
parent
6b9319bad0
commit
ac80b527dd
3 changed files with 11 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
disk = {
|
disk = {
|
||||||
master = {
|
master = {
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = "/dev/sda1"; # [managed by install.sh]
|
device = "/dev/sda"; # [managed by install.sh]
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
|
|
|
@ -7,7 +7,10 @@
|
||||||
"${modules}/core"
|
"${modules}/core"
|
||||||
"${modules}/hardware/audio"
|
"${modules}/hardware/audio"
|
||||||
"${modules}/hardware/cpu/intel"
|
"${modules}/hardware/cpu/intel"
|
||||||
"${modules}/multimedia"
|
"${modules}/multimedia/video"
|
||||||
|
"${modules}/multimedia/art"
|
||||||
|
"${modules}/multimedia/web"
|
||||||
|
"${modules}/multimedia/music"
|
||||||
"${modules}/desktop/gnome"
|
"${modules}/desktop/gnome"
|
||||||
"${modules}/communication"
|
"${modules}/communication"
|
||||||
"${modules}/development"
|
"${modules}/development"
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
environment.persistence."/nix/persist" = {
|
environment.persistence."/nix/persist" = {
|
||||||
users."${username}".directories = [
|
users."${username}".directories = [
|
||||||
".local/share/org.localsend.localsend_app"
|
".local/share/org.localsend.localsend_app"
|
||||||
|
".config/syncthing"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -11,4 +12,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
openDefaultPorts = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue