ame: updates
Some checks failed
fmt check / check (push) Successful in 35s
flake check / check (push) Failing after 11m51s
Some checks failed
fmt check / check (push) Successful in 35s
flake check / check (push) Failing after 11m51s
This commit is contained in:
parent
7a6dc122b9
commit
c4adbb05dd
3 changed files with 2 additions and 7 deletions
|
@ -23,11 +23,6 @@
|
|||
fsType = "vfat";
|
||||
};
|
||||
|
||||
fileSystems."/nas" = {
|
||||
device = "192.168.1.199:/mnt/Sutoreji/ame";
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{device = "/dev/disk/by-uuid/4f69ab31-f6a9-4799-92f1-5abbe0dc9180";}
|
||||
];
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../home
|
||||
../../home/firefox
|
||||
../../home/wezterm
|
||||
../../home/zathura
|
||||
../../home/zellij
|
||||
|
@ -15,7 +16,6 @@
|
|||
username = "notoh";
|
||||
homeDirectory = "/home/notoh";
|
||||
packages = with pkgs; [
|
||||
floorp
|
||||
discord
|
||||
spotify-player
|
||||
cinny-desktop
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
_: {
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
nameservers = ["192.168.1.221"];
|
||||
nameservers = ["192.168.1.103"];
|
||||
firewall = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue