Adding eww

This commit is contained in:
Miguel Palhas
2024-10-02 18:31:30 +01:00
parent 52dff5d699
commit a99c965d05
6 changed files with 452 additions and 34 deletions
-6
View File
@@ -35,10 +35,4 @@ in {
hashedPassword =
"$y$j9T$0p/ZYQsSA/FroVjV59pI/0$LKyzass6W9GjJR0GLWI6xhVrLi0b5AYYMR3MvQKNK11";
};
fileSystems."mnt/nfs" = {
device = "192.168.122.1:/home/naps62/projects/nixos";
fsType = "nfs";
options = [ "rw" "soft" ];
};
}