Fixed wrong file path

pull/2/head
Illia Chub 2021-08-25 07:51:24 +03:00
parent 685baf4e04
commit 18d8d78f0d
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ def readKey():
print("[INFO] Opening /etc/nixos/configuration.nix...", sep="")
readOnlyFileDescriptor = open("/etc/nixos/users.nix", "r")
readOnlyFileDescriptor = open("/etc/nixos/configuration.nix", "r")
print("done")
fileContent = list()
index = int(0)