Update FredOS-Mediaserver.nix
This commit is contained in:
parent
714613e686
commit
f075e02c26
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
|
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
|
||||||
fileSystems."/mnt/disk1" = {
|
fileSystems."/mnt/disk1" = {
|
||||||
device = "/dev/disk/by-uuid/90ae3493-38c1-4473-b409-e9d99c3b315e";
|
device = "/dev/disk/by-uuid/90ae3493-38c1-4473-b409-e9d99c3b315e";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
|
@ -83,4 +84,5 @@
|
||||||
|
|
||||||
# System state version
|
# System state version
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue